org.jboss.solder.logging
Annotation Type Log


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Log

A typed logger method. Indicates that this method will log the associated Message to the logger system, as opposed to being a simple message lookup.

Author:
David M. Lloyd

Optional Element Summary
 Logger.Level level
          The log level at which this message should be logged.
 

level

public abstract Logger.Level level
The log level at which this message should be logged. Defaults to INFO.

Returns:
the log level
Default:
org.jboss.solder.logging.Logger.Level.INFO


Copyright © 2008-2011 Seam Framework. All Rights Reserved.