org.gudy.azureus2.ui.common.util
Class LGLogger2Log4j

java.lang.Object
  extended by 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
           
 
Constructor Summary
LGLogger2Log4j()
           
 
Method Summary
static LGLogger2Log4j getInstance()
           
 void log(LogEvent event)
          A LogEvent has been generated.
static void set()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

core

public static org.apache.log4j.Logger core
Constructor Detail

LGLogger2Log4j

public LGLogger2Log4j()
Method Detail

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