XDC - v. 0.6.1

net.sf.xdc.util
Class Logging

java.lang.Object
  extended bynet.sf.xdc.util.Logging

public class Logging
extends java.lang.Object

The Logging class is a utility class wrapping the access to the Apache Log4J logging library.

Since:
0.5
Version:
0.5
Author:
Jens Voß

Method Summary
static org.apache.log4j.Logger getLogger()
          This method returns a Log4J Logger with a name equal to the class from which this method is invoked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogger

public static org.apache.log4j.Logger getLogger()
This method returns a Log4J Logger with a name equal to the class from which this method is invoked.

Returns:
A Log4J Logger with the name of the invoking class

XDC - v. 0.6.1