Class BufferedLogService

    • Constructor Detail

      • BufferedLogService

        public BufferedLogService()
        Deprecated.
    • Method Detail

      • getPriority

        public int getPriority()
        Deprecated.
      • getLog

        public Logger getLog​(Class clazz)
        Deprecated.
        Description copied from interface: LogService
        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.
      • getLogAsString

        public String getLogAsString​(Level minimumLevel)
        Deprecated.