net.directj.jlogger
Class NetworkLogManager

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

public class NetworkLogManager
extends LogManager

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

Field Summary
 
Fields inherited from class net.directj.jlogger.LogManager
 
Constructor Summary
NetworkLogManager(int _level, int _serverPort, java.net.InetAddress _serverAddress)
          Creates a new LogManager, 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

NetworkLogManager

public NetworkLogManager(int _level,
                         int _serverPort,
                         java.net.InetAddress _serverAddress)
Creates a new LogManager, with the specified logging level.

Parameters:
_level - The logging level.
_serverPort - The distant server port.
_serverAddress - The distant server address.


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