Click or drag to resize
LoggingAdapter Methods

The LoggingAdapter type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a message with the Debug level.
Public methodError(String, Object)
Logs a message with the Error level.
Public methodError(Exception, String, Object)
Logs a message with the Error level.
Public methodInfo
Logs a message with the Info level.
Public methodIsEnabled
Returns true if the specified level is enabled.
Public methodLog
Logs a message with the specified level.
Public methodWarn Obsolete.
Public methodWarning
Logs a message with the Warning level.
Top
See Also