Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ILogger Members

ILogger overview

Public Instance Properties

iconActionEnabled Gets a boolean representing whether or not Action logging level is enabled.
iconDebugEnabled Gets a boolean representing whether or not Debug logging level is enabled.
iconErrorEnabled Gets a boolean representing whether or not Error logging level is enabled.
iconFatalEnabled Gets a boolean representing whether or not Fatal logging level is enabled.
iconFunctionEnabled Gets a boolean representing whether or not Function logging level is enabled.
iconInfoEnabled Gets a boolean representing whether or not Info logging level is enabled.
iconPerformanceEnabled Gets a boolean representing whether or not Performance logging level is enabled.
iconWarnEnabled Gets a boolean representing whether or not Warn logging level is enabled.

Public Instance Methods

iconAction Logs a message at the Action level.
iconDebugOverloaded. Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.
iconErrorOverloaded. Logs a message at the Error level.
iconFatalOverloaded. Logs a message at the Fatal level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.
iconFunctionBegin Logs a message at the Function Level indicating that the function with the given name is being entered.
iconFunctionEnd Logs a message at the Function Level indicating that the function with the given name is being exited.
iconInfoOverloaded. Logs a message at the Info level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.
iconPerformanceBegin Creates a timestamp which marks the start of a code performance measurement, typically used before a blocking call that might take several hundred milliseconds.
iconPerformanceEnd 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.
iconWarnOverloaded. Logs a message at the Warn level.

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace