FileLogger constructor

init

Create logger to file.

def __init__(self, file_name):
    ...
Parameter Type Description
file_name str Full file name with path

See Also