Class | Description |
---|---|
LoggedUtils |
Utilities for logging commands using the
Logged annotation for configuring the logging behavior of a class.Usage example: |
Enum | Description |
---|---|
Logged.LogLevel |
Log level to use when logging with the
Logged annotation.Logged.LogLevel.OFF means logging will
never-ever occur, other values correspond to the ones in Log . |
Annotation Type | Description |
---|---|
Logged |
Annotation for configuring logging behavior of a command.
Use this annotation on a command class to configure how it should be logged, for example: |
Copyright © 2012. All Rights Reserved.