Class LoggerUtils


  • public class LoggerUtils
    extends Object
    Pattern Layout parameters
    • %c class
    • %t thread
    • %p level (INFO, DEBUG, ERROR)
    • %-5p include the word in a 5-character width column.
    • %d date
    • %t time
    • %n carriage return
    see http://robertmaldon.blogspot.com/2007/09/programmatically-configuring-log4j-and.html
    Author:
    Martin Pernollet
    • Constructor Detail

      • LoggerUtils

        public LoggerUtils()
    • Method Detail

      • maximal

        public static void maximal()
      • minimal

        public static void minimal()
      • minimalDated

        public static void minimalDated()
      • level

        public static void level​(org.apache.log4j.Level level)