PerformanceLogger

PerformanceLogger

Overview

PerformanceLogger is a class in Aspose.PDF FOSS for Python.

This class provides 2 methods for working with PerformanceLogger objects in Python programs. Available methods include: __init__, log_line. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: log.

Properties

NameTypeAccessDescription
loglist[str]ReadGets the log.

Methods

SignatureDescription
__init__()Calls init on this PerformanceLogger instance.
log_line(line: str)Calls log_line(line) on this PerformanceLogger instance.

See Also