CoreLog Class |
Namespace: SampSharp.Core.Logging
public static class CoreLog
The CoreLog type exposes the following members.
Name | Description | |
---|---|---|
DoesLog |
Gets a value indicating whether the specified log level is logged
| |
Log |
Logs the specified message at the specified log level.
| |
LogDebug |
Logs the specified message at the debug log level. The log message is removed in non-debug builds.
| |
LogVerbose |
Logs the specified message at the verbose log level. The log message is removed in non-debug builds.
|