Package | Description |
---|---|
ch.qos.logback.core |
Contains the main classes of logback core.
|
ch.qos.logback.core.property |
Modifier and Type | Class and Description |
---|---|
class |
PropertyDefinerBase
A skeleton implementation for property definers so that they derive from
ContextAwareBase . |
Modifier and Type | Class and Description |
---|---|
class |
FileExistsPropertyDefiner
In conjunction with
PropertyAction sets
the named variable to "true" if the file specified by path
property exists, to "false" otherwise. |
class |
ResourceExistsPropertyDefiner
In conjunction with
PropertyAction sets
the named variable to "true" if the resource specified
by the user is available on the class path, "false" otherwise. |
Copyright © 2005–2015 QOS.ch. All rights reserved.