R/RcppExports.R
R/aadoc.R
loglevels.Rd
These functions return constants that can be used in newcore to set the minimum logging level
newcore
LL_DEBUG() LL_NOTICE() LL_WARNING() LL_SEVERE()
LL_DEBUG(): Set logging at 'debug' level.
LL_DEBUG()
LL_NOTICE(): Set logging at 'notice' level.
LL_NOTICE()
LL_WARNING(): Set logging at 'warning' level.
LL_WARNING()
LL_SEVERE(): Set logging at 'severe' level.
LL_SEVERE()