flip

Init file of the flip package.

Submodules

Attributes

Functions

create_log([log_level])

The create_log function creates a logger object that can be used to log messages.

Package Contents

flip.create_log(log_level='info')[source]

The create_log function creates a logger object that can be used to log messages. The function takes one argument, the log_level, which is set to "info" by default. The function returns a Logger object with the specified logging level.

Parameters:

log_level – Set the logging level

Returns:

A logger object

flip.log
flip.__version__ = '1.0.0'
flip.__flip_dir_path__