fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Integrate logging feature #147

Closed iitaku closed 1 year ago

iitaku commented 1 year ago

Added ion::log::* namespace for logging. The following function is provided.

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.