net.floodlightcontroller.core.annotations
Annotation Type LogMessageCategory


@Target(value={TYPE,METHOD})
public @interface LogMessageCategory

Annotation used to set the category for log messages for a class

Author:
readams

Optional Element Summary
 java.lang.String value
          The category for the log messages for this class
 

value

public abstract java.lang.String value
The category for the log messages for this class

Returns:
Default:
"Core"