public class NopLoggerFactory extends Object implements ILoggerFactory
ILoggerFactory interface that is
used by the API. This implementation simply does not log any messages.| Constructor and Description |
|---|
NopLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ILogger |
getLogger(String name)
Returns a logger that simply does not log any messages.
|
public ILogger getLogger(String name)
getLogger in interface ILoggerFactoryname - the name for the logger.Copyright © 2017–2022 SNF4J.ORG. All rights reserved.