Logger Methods
The Logger type exposes the following members.
Methods
Name | Description | |
---|---|---|
Debug |
Outputs message as a log with Debug.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Error |
Outputs message as a log with Error.
|
|
Fatal |
Outputs message as a log with Fatal.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Info |
Outputs message as a log with Info.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Trace |
Outputs message as a log with Trace.
|
|
Warn |
Outputs message as a log with Warn.
|