net.directj.jlogger
Class FileLogManager

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

public class FileLogManager
extends LogManager

This class is a file log manager, it use a default formatter and a file output.

Version:
0.1.3
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>

Field Summary
 
Fields inherited from class net.directj.jlogger.LogManager
 
Constructor Summary
FileLogManager(int _level)
          Creates a new FileLogManager, with the specified logging level.
FileLogManager(int _level, java.lang.String _name)
          Creates a new FileLogManager, with the specified logging level.
FileLogManager(int _level, java.lang.String _name, boolean _append)
          Creates a new FileLogManager, with the specified logging level.
FileLogManager(int _level, java.lang.String _pattern, java.lang.String _name, boolean _append)
          Creates a new FileLogManager, with the specified logging level.
 
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

FileLogManager

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

Parameters:
_level - The logging level.

FileLogManager

public FileLogManager(int _level,
                      java.lang.String _name)
Creates a new FileLogManager, with the specified logging level. You also can specify the html file name.

Parameters:
_level - The logging level.
_name - The file name.

FileLogManager

public FileLogManager(int _level,
                      java.lang.String _name,
                      boolean _append)
Creates a new FileLogManager, with the specified logging level. You also can specify the html file name.

Parameters:
_level - The logging level.
_name - The file name.
_append - Indicates if we append the output to the file or create a new one.

FileLogManager

public FileLogManager(int _level,
                      java.lang.String _pattern,
                      java.lang.String _name,
                      boolean _append)
Creates a new FileLogManager, with the specified logging level. You also can specify the html file name.

Parameters:
_level - The logging level.
_pattern - The pattern.
_name - The file name.
_append - Indicates if we append the output to the file or create a new one.
See Also:
Explanation about pattern.


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