Closed iitaku closed 1 year ago
Added ion::log::* namespace for logging. The following function is provided.
ion::log::*
critical
error
warn
info
debug
See (1. Use in ion-core, 2. Use in ion-bb) as usage examples.
Users can set ION_LOG_LEVEL environment variable to control the log level. The default level is critical.
ION_LOG_LEVEL
Added
ion::log::*
namespace for logging. The following function is provided.critical
error
warn
info
debug
See (1. Use in ion-core, 2. Use in ion-bb) as usage examples.
Users can set
ION_LOG_LEVEL
environment variable to control the log level. The default level iscritical
.