Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 684 Bytes

File metadata and controls

18 lines (14 loc) · 684 Bytes

df-simple-string

Just applies the str(...) method to the data to generate the string.

usage: df-simple-string [-h] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                        [-N LOGGER_NAME]

Just applies the str(...) method to the data to generate the string.

options:
  -h, --help            show this help message and exit
  -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --logging_level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        The logging level to use. (default: WARN)
  -N LOGGER_NAME, --logger_name LOGGER_NAME
                        The custom name to use for the logger, uses the plugin
                        name by default (default: None)