Skip to content

More detailed annotation configuration. #1

Open
@roll-w

Description

Allow custom log level and info policy in all annotations.

e.g.:

@Todo(value = "This is a TODO message.", level = Level.WARN, policy = InfoPolicy.ALL)

And will get at WARN level:

TODO: This is a TODO message.

in log output.

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions