pub package

logger_module

This is a module that makes it easy to use the logger plugin.

Installation

  1. If the juneflow project doesn't exist, please create it by following this guide.
  2. 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');