public interface DMXLoggerProducer
Defines methods for classes which produce loggers based on specific implementation. For example, clients
may choose to use loggers based on log4j, SLF4j
etc. In that case, an implementation of this
interface should be used to create loggers based on those platforms.
A default implementation of this interface (DefaultLoggerProducer
uses JDK logging.
Modifier and Type | Method and Description |
---|---|
DMXLogger |
createLogger(Class clazz)
Create logger with name of the specified class.
|
DMXLogger |
createLogger(String name)
Creates logger with specified name.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.