Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.api.annotation
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: 432142 $ $Date: 2006-08-16 22:10:13 -0700 (Wed, 16 Aug 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.


Apache Tuscany SCA Kernel Sub-Project

-