Attribute |
Details |
public METHOD_START |
<<enum>> arguments="Method started: {0}"
Notes: | DEBUG AND INFO MESSAGES | |
public METHOD_FINISHED |
<<enum>> arguments="Method finished: {0}"
|
public METHOD_DURATION |
<<enum>> arguments="Method {0} took {1,number} milliseconds."
|
public FRAMEWORK_SYSTEM_ERROR |
<<enum>> arguments="Failed to use service {0} correctly."
|
public XML_RELATED_ERROR |
<<enum>> arguments="\n\n\n####### 1/3 Method ######\n{0}\n"+
"####### 2/3 Exception ######\n{1}\n"+
"####### 3/3 XML ######\n{2}\n\n\n"
|
private String message |
Notes: | The message pattern. For syntax definition see {@link MessageFormat}. | |