Click or drag to resize

CoreLog Class

Contains simply utility methods used by SampSharp for logging.
Inheritance Hierarchy
SystemObject
  SampSharp.Core.LoggingCoreLog

Namespace:  SampSharp.Core.Logging
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static class CoreLog

The CoreLog type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDoesLog
Gets a value indicating whether the specified log level is logged
Public methodStatic memberLog
Logs the specified message at the specified log level.
Public methodStatic memberLogDebug
Logs the specified message at the debug log level. The log message is removed in non-debug builds.
Public methodStatic memberLogVerbose
Logs the specified message at the verbose log level. The log message is removed in non-debug builds.
Top
See Also