Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

ILogger Methods

The methods of the ILogger interface are listed below. For a complete list of ILogger interface members, see the ILogger Members topic.

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 that 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