ILoggerFactory
@Deprecated public final class LoggerFactory extends java.lang.Object implements ILoggerFactory
Constructor | Description |
---|---|
LoggerFactory() |
Deprecated.
Default constructor.
|
LoggerFactory(java.lang.String root) |
Deprecated.
Constructor that creates root logger instance with specified name.
|
Modifier and Type | Method | Description |
---|---|---|
ILogger |
getLogger(java.lang.Class cls) |
Deprecated.
Creates child logger for specified class
|
ILogger |
getLogger(java.lang.String name) |
Deprecated.
Creates child logger with specified name
|
RootLogger |
getRootLogger() |
Deprecated.
Gets instance of root logger
|
public LoggerFactory() throws LoggerException
LoggerException
public LoggerFactory(java.lang.String root) throws LoggerException
root
- the name of the root loggerLoggerException
public RootLogger getRootLogger()
public ILogger getLogger(java.lang.String name)
getLogger
in interface ILoggerFactory
public ILogger getLogger(java.lang.Class cls)
getLogger
in interface ILoggerFactory
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.