fusetools.logging_tools

Logging tasks.

pic1

Functions

log_all

Log all stdout to a local logfile.

log_all_thread

Logs all specified data on a ‘main’ thread or a ‘sub’ thread.

log_setup

Creates a logger object with specified parameters.

log_tbl_df

Creates a Pandas DataFrame of logging details.

make_script_function

Execute a Python file as a function.

Classes

IgnoreThreadsFilter

Only accepts log records that originated from the main thread

ThreadFilter

Only accept log records from a specific thread or thread name