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
- module
groupdocs.signature.logging
- class
FileLogger
Create logger to file.
def __init__(self, file_name):
...
Parameter | Type | Description |
---|---|---|
file_name | str | Full file name with path |
groupdocs.signature.logging
FileLogger