ch.qos.logback.classic.gaffer
Class ConfigurationDelegate

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.classic.gaffer.ConfigurationDelegate
All Implemented Interfaces:
ContextAware, groovy.lang.GroovyObject

public class ConfigurationDelegate
extends ContextAwareBase
implements groovy.lang.GroovyObject

Author:
Ceki Gücü

Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
ConfigurationDelegate()
           
 
Method Summary
 void appender(String name, Class clazz, groovy.lang.Closure closure)
           
 void conversionRule(String conversionWord, Class converterClass)
           
 List getAppenderList()
           
 Object getDeclaredOrigin()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Object invokeMethod(String name, Object args)
           
 void logger(String name, Level level, List appenderNames, Boolean additivity)
           
 void root(Level level, List appenderNames)
           
 void scan(String scanPeriodStr)
           
 void setAppenderList(List value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void statusListener(Class listenerClass)
           
 String timestamp(String datePattern, long timeReference)
           
 void turboFilter(Class clazz, groovy.lang.Closure closure)
           
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationDelegate

public ConfigurationDelegate()
Method Detail

getAppenderList

public List getAppenderList()

setAppenderList

public void setAppenderList(List value)

getDeclaredOrigin

public Object getDeclaredOrigin()
Overrides:
getDeclaredOrigin in class ContextAwareBase

scan

public void scan(String scanPeriodStr)

statusListener

public void statusListener(Class listenerClass)

conversionRule

public void conversionRule(String conversionWord,
                           Class converterClass)

root

public void root(Level level,
                 List appenderNames)

logger

public void logger(String name,
                   Level level,
                   List appenderNames,
                   Boolean additivity)

appender

public void appender(String name,
                     Class clazz,
                     groovy.lang.Closure closure)

turboFilter

public void turboFilter(Class clazz,
                        groovy.lang.Closure closure)

timestamp

public String timestamp(String datePattern,
                        long timeReference)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2005-2012 QOS.ch. All Rights Reserved.