org.jzy3d.utils
Class LoggerUtils
java.lang.Object
org.jzy3d.utils.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerUtils
public LoggerUtils()
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(String file)
throws IOException
- Throws:
IOException
Copyright © 2013. All rights reserved.