|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) public @interface Monolog
Field annotation refering to a Monolog logger.
Required Element Summary | |
---|---|
String |
name
Provides the name of the Fractal logger to use. |
Optional Element Summary | |
---|---|
boolean |
additivity
Provides the additivity flag used. |
boolean |
cleanHandlers
Provides the cleanHandlers flag used. |
String[] |
handlers
Provides the list of handlers to use |
String |
level
Provides the default logging level. |
Element Detail |
---|
public abstract String name
public abstract String level
public abstract String[] handlers
public abstract boolean additivity
public abstract boolean cleanHandlers
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |