com.googlecode.androidannotations.annotations
Annotation Type Trace
@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Trace
Use this annotation to log at runtime the execution time of the targeted
method.
tag (optional) : the tag used for the log message. (default: enclosing
class name)
level (optional) : the log level used for the log message. (default :
LOG.INFO).
- Author:
- Mathieu Boniface
Optional Element Summary |
int |
level
|
java.lang.String |
tag
|
tag
public abstract java.lang.String tag
- Default:
- "NO_TAG"
level
public abstract int level
- Default:
- 4
Copyright © 2010-2012. All Rights Reserved.