public final class QLogConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
QLogConfiguration(java.lang.String path,
java.lang.String logTitle,
java.lang.String logDescription)
Create a new configuration.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
logDescription()
Return the description.
|
java.lang.String |
logTitle()
Return the title.
|
java.lang.String |
path()
Return the path to the log file.
|
public QLogConfiguration(java.lang.String path,
java.lang.String logTitle,
java.lang.String logDescription)
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.Copyright © 2020-2022 The Netty Project. All Rights Reserved.