Class QLogConfiguration
java.lang.Object
io.netty.handler.codec.quic.QLogConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionQLogConfiguration(String path, String logTitle, String logDescription) Create a new configuration. -
Method Summary
-
Constructor Details
-
QLogConfiguration
Create a new configuration.- Parameters:
path- the path to the log file to use. This file must not exist yet. If the path is a directory the filename will be generatedlogTitle- the title to use when logging.logDescription- the description to use when logging.
-
-
Method Details
-
path
-
logTitle
-
logDescription
-