Class QLogConfiguration


  • public final class QLogConfiguration
    extends Object
    Configuration used for setup qlog.
    • 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 generated
        logTitle - the title to use when logging.
        logDescription - the description to use when logging.
    • Method Detail

      • path

        public String path()
        Return the path to the log file.
        Returns:
        the path.
      • logTitle

        public String logTitle()
        Return the title.
        Returns:
        the title.
      • logDescription

        public String logDescription()
        Return the description.
        Returns:
        the description.