org.dicom4j.core.logging
Class Dicom4jLogging

java.lang.Object
  extended by org.dicom4j.core.logging.Dicom4jLogging
Direct Known Subclasses:
Log4jLogging

public class Dicom4jLogging
extends Object

class to manage loggers

Since:
0.0.1
Author:
Laurent Lecomte

Field Summary
static String NETWORK_LOGGER
          the network logger's name
static String ROOT_LOGGER
          the root logger's name
 
Constructor Summary
Dicom4jLogging()
           
 
Method Summary
 org.apache.log4j.Logger getRootLogger()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT_LOGGER

public static final String ROOT_LOGGER
the root logger's name

See Also:
Constant Field Values

NETWORK_LOGGER

public static final String NETWORK_LOGGER
the network logger's name

See Also:
Constant Field Values
Constructor Detail

Dicom4jLogging

public Dicom4jLogging()
Method Detail

getRootLogger

public org.apache.log4j.Logger getRootLogger()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.