|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface MonologHandler
Class annotation describing a custom Monolog handler.
Required Element Summary | |
---|---|
String |
name
Provides the name of the handler. |
Optional Element Summary | |
---|---|
boolean |
appendMode
The append mode used. |
int |
fileNumber
The maximal number of rolling files to use. |
int |
maxSize
The maximal size in bytes of the log file. |
String |
output
Provides the output to use. |
String |
pattern
Provides the output pattern. |
String |
type
Provides the Type of the handler. |
Element Detail |
---|
public abstract String name
public abstract String type
public abstract String output
public abstract String pattern
public abstract int maxSize
public abstract int fileNumber
public abstract boolean appendMode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |