Click or drag to resize

CoreLog Methods

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