log_level property
log_level property
The level of the logging to limit the messages (All, Traces, Warnings, Errors). SignatureSettings.log_level.
BY default the All level type is set.
Definition:
@property
def log_level(self):
    ...
@log_level.setter
def log_level(self, value):
    ...
See Also
- module 
groupdocs.signature - class 
LogLevel - class 
SignatureSettings