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


@Retention(value=SOURCE)
@Target(value=PACKAGE)
public @interface PackageLoggingNotes

PackageDebuggingNotes

Version:
$Revision: 23180 $, $Date: 2010-03-22 13:25:53 +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 title
           
 java.lang.String trace
           
 java.lang.String warn
           
 

title

public abstract java.lang.String title
Returns:
the string that can be used as title string delimiting a log4j.properties section
Default:
""

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.