Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Debug Method (Exception, String)

Logs a message at the Debug level including a representation of the supplied exception instance.

void Debug(
   Exception ex,
   string message
);

Parameters

ex
An exception to render along with the message.
message
The message to log.

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace | ILogger.Debug Overload List