Logger Methods
From MCManager API
The Logger type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Debug | Logs a debug message if the debug level is enabled. | |
| Equals | (Inherited from Object.) | |
| Error | Logs a error message if the debug level is enabled. | |
| Fatal | Logs a fatal message if the debug level is enabled. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Info | Logs a info message if the debug level is enabled. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Trace | Logs a message if the specified level is enabled. | |
| Warn | Logs a warn message if the debug level is enabled. |