Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger Members

ILogger overview

Public Instance Properties

ActionEnabled Gets a value representing Action logging level being enabled.
DebugEnabled Gets a value representing Debug logging level being enabled.
ErrorEnabled Gets a value representing Error logging level being enabled.
FatalEnabled Gets a value representing Fatal logging level being enabled.
FunctionEnabled Gets a value representing Function logging level being enabled.
InfoEnabled Gets a value representing Info logging level being enabled.
PerformanceEnabled Gets a value representing Performance logging level being enabled.
WarnEnabled Gets a value representing Warn logging level being enabled.

Public Instance Methods

Action Logs a message at the Action level.
DebugOverloaded. Logs a message at the Debug level.
ErrorOverloaded. 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.
FatalOverloaded. 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.
FunctionBegin Logs a message at the Function Level indicating that the function with the given name is being entered.
FunctionEnd Logs a message at the Function Level indicating that the function with the given name is being exited.
InfoOverloaded. 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.
PerformanceBegin Creates a timestamp which marks the start of a code performance measurement, typically used before a blocking call that might take several hundred milliseconds.
PerformanceEnd 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.
WarnOverloaded. 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.

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace