logger_module 1.0.3
logger_module: ^1.0.3 copied to clipboard
This is a module that makes it easy to use the logger package.
logger_module #
This is a module that makes it easy to use the logger plugin.
Installation #
- If the juneflow project doesn't exist, please create it by following this guide.
- open terminal in the juneflow project root directory, enter the following command.
june add logger_module
Usage #
use log instead of print
log('hello world');