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
| Name | Type | Access | Description |
|---|---|---|---|
log | list[str] | Read | Gets the log. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this PerformanceLogger instance. |
log_line(line: str) | Calls log_line(line) on this PerformanceLogger instance. |