text_log_check package

Submodules

text_log_check.main module

Main module

text_log_check.main.clear(file_path)[source]

Clear log file

text_log_check.main.exists(path)[source]

Log file exists param: path - filepath return: bool

text_log_check.main.is_modifiable(file_path)[source]

Is modifiable file

text_log_check.main.tail(file_path, n_lines=10)[source]

Return the last n_lines of a log file as a list of lines.

text_log_check.package module

Package info

Module contents

TextLogCheck package