Class QLogConfig

java.lang.Object
io.vertx.core.net.QLogConfig

@Unstable public class QLogConfig extends Object
QLog configuration.
Author:
Julien Viet
  • Constructor Details

    • QLogConfig

      public QLogConfig()
    • QLogConfig

      public QLogConfig(QLogConfig other)
  • Method Details

    • getPath

      public String getPath()
      Returns:
      the path of the log directory
    • setPath

      public QLogConfig setPath(String path)
      The path to the log directory to use.
      Parameters:
      path - the path
      Returns:
      this object instance
    • getTitle

      public String getTitle()
      Returns:
      the log title
    • setTitle

      public QLogConfig setTitle(String title)
      Set the log title,
      Parameters:
      title - the title
      Returns:
      this object instance
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public QLogConfig setDescription(String description)
      Set the log description.
      Parameters:
      description - the description
      Returns:
      this object instance