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
Constructors - 
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:
 setEncodingin classHandler- Parameters:
 encoding- encoding- Throws:
 SecurityExceptionUnsupportedEncodingException
 - 
setLevel
Set Level- Overrides:
 setLevelin classHandler- Parameters:
 newLevel- new Level- Throws:
 SecurityException- See Also:
 
 - 
publish
Publish - 
flush
public void flush()Flush - 
close
Close- Specified by:
 closein classHandler- Throws:
 SecurityException- See Also:
 
 - 
toString
String Representation 
 -