Click or drag to resize

CoreLog Methods

The CoreLog type exposes the following members.

Methods
 NameDescription
Public methodDebug Log debug message.
Public methodError(String) Log an error message.
Public methodError(String, Exception) Log an error message.
Public methodFatal(String) Log a fatal error message.
Public methodFatal(String, Exception) Log a fatal error message and exception.
Public methodFatal(String, Exception, Boolean) Log a fatal error message with an exception and also send an email.
Public methodInfo Log an info message.
Public methodTrace Set the trace logging level.
Public methodWarn(String) Log a warning message.
Public methodWarn(String, Exception) Log a warning message.
Top
See Also