org.deegree.commons.utils.log
Annotation Type LoggingNotes


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface LoggingNotes

DebuggingNotes

Version:
$Revision: 23174 $, $Date: 2010-03-22 10:27:35 +0100 (Mo, 22. Mär 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Optional Element Summary
 java.lang.String debug
           
 java.lang.String error
           
 java.lang.String info
           
 java.lang.String trace
           
 java.lang.String warn
           
 

error

public abstract java.lang.String error
Returns:
the string that describes the error level logging for this class
Default:
""

warn

public abstract java.lang.String warn
Returns:
the string that describes the warn level logging for this class
Default:
""

info

public abstract java.lang.String info
Returns:
the string that describes the info level logging for this class
Default:
""

debug

public abstract java.lang.String debug
Returns:
the string that describes the debug level logging for this class
Default:
""

trace

public abstract java.lang.String trace
Returns:
the string that describes the trace level logging for this class
Default:
""


Copyright © 2011. All Rights Reserved.