FileLogger constructor

init

Create logger to file.

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

See Also