FileLogger Methods |
The FileLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Error |
Writes an error message to the console.
Error log messages provide information about unrecoverable events in application flow.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Trace |
Writes a trace message to the console.
Trace log messages provide generally useful information about application flow.
|
![]() | Warning |
Writes a warning message to the console.
Warning log messages provide information about unexpected and recoverable events in application flow.
|