org.deegree.commons.annotations
Annotation Type LoggingNotes
@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface LoggingNotes
DebuggingNotes
- Version:
- $Revision: 29567 $, $Date: 2011-02-07 18:12:17 +0100 (Mon, 07 Feb 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
error
public abstract String error
- Returns:
- the string that describes the error level logging for this class
- Default:
- ""
warn
public abstract String warn
- Returns:
- the string that describes the warn level logging for this class
- Default:
- ""
info
public abstract String info
- Returns:
- the string that describes the info level logging for this class
- Default:
- ""
debug
public abstract String debug
- Returns:
- the string that describes the debug level logging for this class
- Default:
- ""
trace
public abstract String trace
- Returns:
- the string that describes the trace level logging for this class
- Default:
- ""
Copyright © 2011. All Rights Reserved.