JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.craftercms.commons.logging
Annotation Interface Logged
@Target
({
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
Logged
Annotation used to indicate that a method (or all methods of a class, if used in a class) should be logged.
Author:
avasquez