Package com.luciad.util.logging
Class TLcdNullLoggerFactory
java.lang.Object
com.luciad.util.logging.TLcdNullLoggerFactory
- All Implemented Interfaces:
ILcdLoggerFactory
This logger factory returns
ILcdLogger
instances that discard
all messages. This may be useful to maximize the performance of the
application.- Since:
- 9.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates or returns a logger having the same name as the given class.Creates or returns a logger with the given name.
-
Constructor Details
-
TLcdNullLoggerFactory
public TLcdNullLoggerFactory()Default constructor.
-
-
Method Details
-
getLogger
Description copied from interface:ILcdLoggerFactory
Creates or returns a logger with the given name.- Specified by:
getLogger
in interfaceILcdLoggerFactory
- Parameters:
aLoggerName
- the name of the logger to create.- Returns:
- the logger.
-
getLogger
Description copied from interface:ILcdLoggerFactory
Creates or returns a logger having the same name as the given class.- Specified by:
getLogger
in interfaceILcdLoggerFactory
- Parameters:
aClass
- the class for which to create a logger.- Returns:
- the logger.
-