|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonologHandlerTag
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 |
---|
String getName_()
String getType()
String getOutput()
String getPattern()
int getMaxSize()
int getFileNumber()
boolean getAppendMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |