Tuscany Common

org.apache.tuscany.common.monitor
Annotation Type LogLevel


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface LogLevel

Annotation that can be applied to methods in a monitoring interface to indicate to logging frameworks the severity of the event.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Required Element Summary
 String value
          The log level as specified by Level.
 

Element Detail

value

public abstract String value
The log level as specified by Level.


Tuscany Common

-