net.directj.jlogger
Class ConsoleLogManager

java.lang.Object
  |
  +--net.directj.jlogger.LogManager
        |
        +--net.directj.jlogger.ConsoleLogManager

public class ConsoleLogManager
extends LogManager

This class is a console log manager, with special output and formatter for the console. The formatter is a default, and the output is just a stream output.

Version:
0.1.4
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>
See Also:
ConsoleOutput, DefaultFormatter, Explanation about pattern.

Field Summary
 
Fields inherited from class net.directj.jlogger.LogManager
 
Constructor Summary
ConsoleLogManager(int _level)
          Creates a new LogManager, with the specified logging level.
ConsoleLogManager(int _level, java.lang.String _pattern)
          Creates a new LogManager, with the specified logging level and formatting pattern.
 
Methods inherited from class net.directj.jlogger.LogManager
equals, hashCode, log
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleLogManager

public ConsoleLogManager(int _level)
Creates a new LogManager, with the specified logging level.

Parameters:
_level - The logging level.

ConsoleLogManager

public ConsoleLogManager(int _level,
                         java.lang.String _pattern)
Creates a new LogManager, with the specified logging level and formatting pattern.

Parameters:
_level - The logging level.
_pattern - The pattern.
See Also:
Explanation about pattern.


Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003