ch.qos.logback.classic.gaffer
Class GafferConfigurator
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GafferConfigurator
public GafferConfigurator(LoggerContext context)
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.