org.objectweb.speedo.generation.enhancer
Class LoggedClass

java.lang.Object
  extended byorg.objectweb.speedo.generation.enhancer.LoggedClass
Direct Known Subclasses:
ClassInfoAnalyzer, CodeDuplicator

public class LoggedClass
extends java.lang.Object

Author:
S.Chassande-Barrioz

Field Summary
protected  boolean debug
           
protected  org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
LoggedClass()
           
LoggedClass(org.objectweb.util.monolog.api.Logger logger)
           
 
Method Summary
 org.objectweb.util.monolog.api.Logger getLogger()
           
 void setLogger(org.objectweb.util.monolog.api.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.objectweb.util.monolog.api.Logger logger

debug

protected boolean debug
Constructor Detail

LoggedClass

public LoggedClass()

LoggedClass

public LoggedClass(org.objectweb.util.monolog.api.Logger logger)
Method Detail

getLogger

public org.objectweb.util.monolog.api.Logger getLogger()

setLogger

public void setLogger(org.objectweb.util.monolog.api.Logger logger)