public class LogUtil extends Object
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static PrintStream |
getDebugStream(org.apache.commons.logging.Log logger) |
static PrintStream |
getErrorStream(org.apache.commons.logging.Log logger) |
static PrintStream |
getFatalStream(org.apache.commons.logging.Log logger) |
static PrintStream |
getInfoStream(org.apache.commons.logging.Log logger) |
static PrintStream |
getTraceStream(org.apache.commons.logging.Log logger) |
static PrintStream |
getWarnStream(org.apache.commons.logging.Log logger) |
public static PrintStream getTraceStream(org.apache.commons.logging.Log logger)
public static PrintStream getDebugStream(org.apache.commons.logging.Log logger)
public static PrintStream getInfoStream(org.apache.commons.logging.Log logger)
public static PrintStream getWarnStream(org.apache.commons.logging.Log logger)
public static PrintStream getErrorStream(org.apache.commons.logging.Log logger)
public static PrintStream getFatalStream(org.apache.commons.logging.Log logger)
Copyright © 2007, 2014, Oracle and/or its affiliates. All rights reserved.