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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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