FileLogger constructor

init

Initializes a new instance of the FileLogger class with the specified file path.

def __init__(self, file_path):
    ...
Parameter Type Description
file_path str The file path where logs will be written.

See Also