org.deegree.commons.annotations
Annotation Type PackageLoggingNotes
@Retention(value=SOURCE)
@Target(value=PACKAGE)
public @interface PackageLoggingNotes
PackageDebuggingNotes
- Version:
- $Revision: 29567 $, $Date: 2011-02-07 18:12:17 +0100 (Mon, 07 Feb 2011) $
- Author:
- Andreas Schmitz, last edited by: $Author: aschmitz $
title
public abstract String title
- Returns:
- the string that can be used as title string delimiting a log4j.properties section
- Default:
- ""
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.