Package net.dona.doip.server
Class DoipServerConfig.LogConfig
java.lang.Object
net.dona.doip.server.DoipServerConfig.LogConfig
- Enclosing class:
- DoipServerConfig
Logging configuration for a
DoipServer
.-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Whether to log requests.The name of the logger to use. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logAccesses
public boolean logAccessesWhether to log requests. Defaults to false. -
loggerName
The name of the logger to use. This logger can be configured any standard SLF4J logging interface. Defaults to "doipAccessLogger".
-
-
Constructor Details
-
LogConfig
public LogConfig()
-
-
Method Details