@NameBinding @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Logged
REQUEST_LOGGING_LEVEL property
must be set to enable logging for most endpoints. The value should a logging level, e.g., TRACE, DEBUG, INFO, WARN,
ERROR, or FATAL. The value should be upper case. If the value does not match any of the logging levels, then DEBUG is
used. The
REQUEST_LOGGING_LEVEL_WRITES
property must be set to enable logging for endpoints that write data points. Its value should also be an upper case
logging level.Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.