net.directj.jlogger
Interface Configurator

All Known Implementing Classes:
XmlConfigurator

public interface Configurator

This is the default interface to configure JLogger. Using this interface, you can make a class that will create logger and log manager and directly use them into the JLoggerFactory.

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

Method Summary
 void configure(java.io.InputStream _in)
          Configures the JLogger tools, using an input stream (can be XML or Property file, or anything else, depending of the Configurator implementation you use).
 

Method Detail

configure

public void configure(java.io.InputStream _in)
Configures the JLogger tools, using an input stream (can be XML or Property file, or anything else, depending of the Configurator implementation you use). Using an InputStream allow to easely use a resource, a file or a network to configure the tool.

Parameters:
_in - The input stream to use for configuration.


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