Interface LogService

    • Method Detail

      • getPriority

        int getPriority()
      • getLog

        Logger getLog​(Class clazz)
        Creates a logger for logging from the given class. Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
      • close

        void close()
        Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
      • setFilter

        void setFilter​(LogMessageFilter filter)
        Sets the filter to use for messages sent through this log service.