Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Error Method (Exception, String)

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

void Error(
   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.Error Overload List