org.webframe.support.util
Class SystemLogUtils

java.lang.Object
  extended by org.webframe.support.util.SystemLogUtils

public final class SystemLogUtils
extends Object

Version:
$Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-3-19 下午05:50:53
Author:
黄国庆

Field Summary
static long currentTime
           
static boolean enableSystemLog
           
 
Constructor Summary
private SystemLogUtils()
           
 
Method Summary
static void errorPrintln(Object msg)
           
static void println(Object msg)
           
static void rootPrintln(Object msg)
           
static void secondPrintln(Object msg)
           
static void thirdPrintln(Object msg)
           
private static String timeMsg(String level, Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enableSystemLog

public static boolean enableSystemLog

currentTime

public static long currentTime
Constructor Detail

SystemLogUtils

private SystemLogUtils()
Method Detail

println

public static void println(Object msg)

errorPrintln

public static void errorPrintln(Object msg)

rootPrintln

public static void rootPrintln(Object msg)

secondPrintln

public static void secondPrintln(Object msg)

thirdPrintln

public static void thirdPrintln(Object msg)

timeMsg

private static String timeMsg(String level,
                              Object msg)


Copyright © 2012. All Rights Reserved.