Package org.compiere.util
Class CLogConsole
java.lang.Object
java.util.logging.Handler
org.compiere.util.CLogConsole
Handler that publish log record to the system standard output stream
- Version:
- $Id: CLogConsole.java,v 1.2 2006/07/30 00:54:35 jjanke Exp $
- Author:
- Jorg Janke
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setErrorManager, setFilter, setFormatter
-
Constructor Details
-
CLogConsole
public CLogConsole()Constructor
-
-
Method Details
-
setEncoding
Set Encoding- Overrides:
setEncoding
in classHandler
- Parameters:
encoding
- encoding- Throws:
SecurityException
UnsupportedEncodingException
-
setLevel
Set Level- Overrides:
setLevel
in classHandler
- Parameters:
newLevel
- new Level- Throws:
SecurityException
- See Also:
-
publish
Publish -
flush
public void flush()Flush -
close
Close- Specified by:
close
in classHandler
- Throws:
SecurityException
- See Also:
-
toString
String Representation
-