ILogger
InternalRootLogger
, RootLogger
AbstractLogger
, Logger
, LoggerWraper
@Deprecated public interface LoggerEx extends ILogger
Modifier and Type | Method | Description |
---|---|---|
boolean |
canLogMessage(LogLevel level) |
Deprecated.
Determines if given level is enough for logging in current configuration.
|
LoggerEx |
createChildLoggerEx(java.lang.String name) |
Deprecated.
Creates a new child logger.
|
java.lang.String |
getName() |
Deprecated.
Returns name of the logger
|
RootLogger |
getRootLogger() |
Deprecated.
Gets instance of root logger.
|
void |
write(int messageId,
java.lang.Object[] args) |
Deprecated.
This method extracts the template for formatting messages (by messageId) from lms file(s)
and creates the message using information from that template.
|
void |
write(LogEntry entry) |
Deprecated.
Writes the passed LogEntry to all outputs.
|
createChildLogger, debug, debug, debugFormat, error, error, errorFormat, fatalError, fatalError, fatalErrorFormat, info, info, infoFormat, isDebug, isError, isFatalError, isInfo, isWarn, warn, warn, warnFormat
java.lang.String getName()
LoggerEx createChildLoggerEx(java.lang.String name) throws LoggerException
name
- The Subname of this loggerLoggerException
void write(int messageId, java.lang.Object[] args)
messageId
- The of message to be wriitenargs
- Additional argumentsvoid write(LogEntry entry)
entry
- The LogEntry
which contains info about messageRootLogger getRootLogger()
boolean canLogMessage(LogLevel level)
level
- log level to checkSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.