org.dicom4j.core.logging
Class Log4jLogging

java.lang.Object
  extended by org.dicom4j.core.logging.Dicom4jLogging
      extended by org.dicom4j.core.logging.Log4jLogging

Deprecated.

public class Log4jLogging
extends Dicom4jLogging

implement Dicom4jLogging assuming logging manager is Log4j.

WARNING before using this class, make sure a Log4J JAR is avaible in your class path to get proper informations from log4j configuration, the appender name must be named "dicom4j" and associated with org.dicom4j loggers

Since:
0.0.1
Author:
Laurent Lecomte

Field Summary
 
Fields inherited from class org.dicom4j.core.logging.Dicom4jLogging
NETWORK_LOGGER, ROOT_LOGGER
 
Constructor Summary
Log4jLogging()
          Deprecated.  
 
Method Summary
 String getFileURL()
          Deprecated.  
 boolean isFileAppender()
          Deprecated.  
 
Methods inherited from class org.dicom4j.core.logging.Dicom4jLogging
getRootLogger, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Log4jLogging

public Log4jLogging()
Deprecated. 
Method Detail

getFileURL

public String getFileURL()
Deprecated. 

isFileAppender

public boolean isFileAppender()
Deprecated. 


Copyright © 2009 dicom4j. All Rights Reserved.