preheat_open.loggingΒΆ

Functions

logging_level(level)

Converts a string to a logging level

set_logging_level(level)

Sets the logging level

write_log_to_profiling_file(message)

Method to write a line to the profiling file, which can be used to track which kind of I/O is used (enable by setting the environment variable "PREHEAT_OPEN_LOG_PROFILER")

write_log_to_profiling_file_is_active()

Method to determine whether to enable the logging to a profiling file (enable by setting the environment variable "PREHEAT_OPEN_LOG_PROFILER")

Classes

Logging([stacklevel])