InternalLoggerInfo Method |
Name | Description | |
---|---|---|
Info(String) |
Logs the specified message without an Exception at the Info level.
| |
Info(Exception, String) |
Logs the specified message with an Exception at the Info level.
| |
Info(String, Object) |
Logs the specified message without an Exception at the Info level.
| |
InfoTArgument1(String, TArgument1) |
Logs the specified message without an Exception at the Trace level.
| |
Info(Exception, String, Object) |
Logs the specified message with an Exception at the Info level.
| |
InfoTArgument1, TArgument2(String, TArgument1, TArgument2) |
Logs the specified message without an Exception at the Trace level.
| |
InfoTArgument1, TArgument2, TArgument3(String, TArgument1, TArgument2, TArgument3) |
Logs the specified message without an Exception at the Trace level.
|