public static class SessionState.LogHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSilent |
protected org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
SessionState.LogHelper(org.apache.commons.logging.Log LOG) |
SessionState.LogHelper(org.apache.commons.logging.Log LOG,
boolean isSilent) |
Modifier and Type | Method and Description |
---|---|
PrintStream |
getChildErrStream() |
PrintStream |
getChildOutStream() |
PrintStream |
getErrStream() |
PrintStream |
getInfoStream() |
boolean |
getIsSilent() |
PrintStream |
getOutStream() |
void |
logInfo(String info) |
void |
logInfo(String info,
String detail) |
void |
printError(String error) |
void |
printError(String error,
String detail) |
void |
printInfo(String info) |
void |
printInfo(String info,
String detail) |
public SessionState.LogHelper(org.apache.commons.logging.Log LOG)
public SessionState.LogHelper(org.apache.commons.logging.Log LOG, boolean isSilent)
public PrintStream getOutStream()
public PrintStream getInfoStream()
public PrintStream getErrStream()
public PrintStream getChildOutStream()
public PrintStream getChildErrStream()
public boolean getIsSilent()
public void logInfo(String info)
public void printInfo(String info)
public void printError(String error)
Copyright © 2017 The Apache Software Foundation. All rights reserved.