ch.qos.logback.classic.gaffer
Class GafferConfigurator

java.lang.Object
  extended by ch.qos.logback.classic.gaffer.GafferConfigurator
All Implemented Interfaces:
groovy.lang.GroovyObject

public class GafferConfigurator
extends Object
implements groovy.lang.GroovyObject

Logback: the reliable, generic, fast and flexible logging framework. Copyright (C) 1999-2010, QOS.ch. All rights reserved. This program and the accompanying materials are dual-licensed under either the terms of the Eclipse Public License v1.0 as published by the Eclipse Foundation or (per the licensee's choosing) under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation.


Constructor Summary
GafferConfigurator(LoggerContext context)
           
 
Method Summary
 LoggerContext getContext()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
protected  void informContextOfURLUsedForConfiguration(URL url)
           
 Object invokeMethod(String name, Object args)
           
 void run(File file)
           
 void run(String dslText)
           
 void run(URL url)
           
 void setContext(LoggerContext value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GafferConfigurator

public GafferConfigurator(LoggerContext context)
Method Detail

getContext

public LoggerContext getContext()

setContext

public void setContext(LoggerContext value)

informContextOfURLUsedForConfiguration

protected void informContextOfURLUsedForConfiguration(URL url)

run

public void run(URL url)

run

public void run(File file)

run

public void run(String dslText)

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-2011 QOS.ch. All Rights Reserved.