We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.