Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ILogger.Info Method (Exception, String)
Logs a message at the Info level including a representation of the supplied exception instance.
void Info(
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.Info Overload List