org.gudy.azureus2.ui.common.util
Class LGLogger2Log4j
java.lang.Object
org.gudy.azureus2.ui.common.util.LGLogger2Log4j
- All Implemented Interfaces:
- ILogEventListener
public class LGLogger2Log4j
- extends Object
- implements ILogEventListener
- Author:
- tobi
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Field Summary |
static org.apache.log4j.Logger |
core
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
core
public static org.apache.log4j.Logger core
LGLogger2Log4j
public LGLogger2Log4j()
getInstance
public static LGLogger2Log4j getInstance()
set
public static void set()
log
public void log(LogEvent event)
- Description copied from interface:
ILogEventListener
- A LogEvent has been generated.
- Specified by:
log
in interface ILogEventListener
- Parameters:
event
- The newly generated LogEvent