|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class annotation describing a custom Monolog handler.
Method Summary | |
boolean |
getAppendMode()
The append mode used. |
int |
getFileNumber()
The maximal number of rolling files to use. |
int |
getMaxSize()
The maximal size in bytes of the log file. |
String |
getName_()
Provides the name of the handler. |
String |
getOutput()
Provides the output to use. |
String |
getPattern()
Provides the output pattern. |
String |
getType()
Provides the Type of the handler. |
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag |
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue |
Method Detail |
public String getName_()
public String getType()
public String getOutput()
public String getPattern()
public int getMaxSize()
public int getFileNumber()
public boolean getAppendMode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |