RbUtils 0.13

org.ktc.rbutils.rb.generation
Class ConsoleLogger

java.lang.Object
  extended by org.ktc.rbutils.api.i18n.AbstractLocalized
      extended by org.ktc.rbutils.api.audit.AbstractDefaultLogger
          extended by org.ktc.rbutils.rb.generation.DefaultLogger
              extended by org.ktc.rbutils.rb.generation.ConsoleLogger
All Implemented Interfaces:
EventListener, Logger, Localized

public class ConsoleLogger
extends DefaultLogger

Plain logger for text output. Messages will be directed to stdout and errors to stderr.

Since:
RbUtils 0.3
Version:
$Revision: 1.1 $
Author:
ktcguru
See Also:
DefaultLogger

Field Summary
 
Fields inherited from class org.ktc.rbutils.api.audit.AbstractDefaultLogger
closeError, closeInfo, currentFilePath, errorWriter, infoWriter, taskname
 
Fields inherited from class org.ktc.rbutils.api.i18n.AbstractLocalized
classResource
 
Constructor Summary
ConsoleLogger()
          Instanciates a new ConsoleLogger with the super constructor.
 
Method Summary
 
Methods inherited from class org.ktc.rbutils.api.audit.AbstractDefaultLogger
addError, addException, addInfo, flushAndCloseStreams, getMsgWithFilePathPrefix, processEnded, processFileEnded, processFileStarted, processStarted
 
Methods inherited from class org.ktc.rbutils.api.i18n.AbstractLocalized
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogger

public ConsoleLogger()
Instanciates a new ConsoleLogger with the super constructor.


Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.