[][src]Type Definition newrelic_sys::_newrelic_loglevel_t

type _newrelic_loglevel_t = u32;

@brief Log levels. An enumeration of the possible log levels for an SDK configuration, or newrelic_app_config_t. The highest priority loglevel is NEWRELIC_LOG_ERROR. The level NEWRELIC_LOG_DEBUG offers the greatest verbosity.

@see newrelic_app_config_t