Class QLogConfig
java.lang.Object
io.vertx.core.net.QLogConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()getTitle()setDescription(String description) Set the log description.The path to the log directory to use.Set the log title,
-
Constructor Details
-
QLogConfig
public QLogConfig() -
QLogConfig
-
-
Method Details
-
getPath
- Returns:
- the path of the log directory
-
setPath
The path to the log directory to use.- Parameters:
path- the path- Returns:
- this object instance
-
getTitle
- Returns:
- the log title
-
setTitle
Set the log title,- Parameters:
title- the title- Returns:
- this object instance
-
getDescription
- Returns:
- the description
-
setDescription
Set the log description.- Parameters:
description- the description- Returns:
- this object instance
-