![]() | Gets a value representing Action logging level being enabled. |
![]() | Gets a value representing Debug logging level being enabled. |
![]() | Gets a value representing Error logging level being enabled. |
![]() | Gets a value representing Fatal logging level being enabled. |
![]() | Gets a value representing Function logging level being enabled. |
![]() | Gets a value representing Info logging level being enabled. |
![]() | Gets a value representing Performance logging level being enabled. |
![]() | Gets a value representing Warn logging level being enabled. |
![]() | Logs a message at the Action level. |
![]() | Overloaded. Logs a message at the Debug level. |
![]() | Overloaded. Logs a message at the Error level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string. |
![]() | Overloaded. Logs a message at the Fatal level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string. |
![]() | Logs a message at the Function Level indicating that the function with the given name is being entered. |
![]() | Logs a message at the Function Level indicating that the function with the given name is being exited. |
![]() | Overloaded. Logs a message at the Info level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string. |
![]() | Creates a timestamp which marks the start of a code performance measurement, typically used before a blocking call that might take several hundred milliseconds. |
![]() | Logs a performance measurement message at the Performance level including the time elapsed since the matching call to PerformanceBegin which created the supplied startTime value. |
![]() | Overloaded. Logs a message at the Warn level, including a representation of the supplied exception instance, using the supplied format string as a message template and interpolating the string value of one to three additional arguments arg0-arg2 in place of tokens {0} {1} and {2} in the format string. |
ILogger Interface | Plumtree.Remote.Logging Namespace