Package io.netty.handler.codec.quic
Class QLogConfiguration
- java.lang.Object
-
- io.netty.handler.codec.quic.QLogConfiguration
-
-
Constructor Summary
Constructors Constructor Description QLogConfiguration(String path, String logTitle, String logDescription)Create a new configuration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlogDescription()Return the description.StringlogTitle()Return the title.Stringpath()Return the path to the log file.
-
-
-
Constructor Detail
-
QLogConfiguration
public QLogConfiguration(String path, String logTitle, String logDescription)
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.
-
-