Module file

Module file 

Constantsยง

LINE_BUFFER_SIZE ๐Ÿ”’
LINE_POLL_INTERVAL ๐Ÿ”’
How often to poll for new lines in a file.
PATH_BUFFER_SIZE ๐Ÿ”’
PATH_POLL_INTERVAL ๐Ÿ”’
How often to poll for new files in a directory.

Functionsยง

parse_date_part ๐Ÿ”’
Parses the date part of a log file name.
parse_log_file_path ๐Ÿ”’
stream_files
Streams log files that match the criteria specified in the arguments.
stream_lines
Streams log lines from a file that match the criteria specified in the arguments.
stream_raw_files ๐Ÿ”’
Streams paths to log files in the directory.
stream_raw_lines ๐Ÿ”’
Streams lines from a file.