| Constructor and Description |
|---|
QLogConfiguration(String path,
String logTitle,
String logDescription)
Create a new configuration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
logDescription()
Return the description.
|
String |
logTitle()
Return the title.
|
String |
path()
Return the path to the log file.
|
public QLogConfiguration(String path, String logTitle, 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–2021 The Netty Project. All rights reserved.