Documentation of 'org.jzy3d.utils.LoggerUtils' Java class
LoggerUtils
org.jzy3d.utils

Class LoggerUtils



  • public class LoggerUtils
    extends java.lang.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
    • Constructor Summary

      Constructors 
      Constructor and Description
      LoggerUtils() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void level(org.apache.log4j.Level level) 
      static void maximal() 
      static void minimal() 
      static void minimalDated() 
      static void setFileLogger(java.lang.String file) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
      • setFileLogger

        public static void setFileLogger(java.lang.String file)
                                  throws java.io.IOException
        Throws:
        java.io.IOException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.