Logger

Document management

Description

Sets or retrieves the structured internal logger attached to this TPDFlib instance. When set, the logger receives Debug, Info, Warn, and Error records with a numeric code and a human-readable message. The logger is caller-owned and may be set to nil to disable logging

Syntax

Delphi

Property Logger: TPDFlibLogger
  Read FLogger
  Write FLogger;

Parameters

LoggerA TPDFlibLogger instance, or nil to disable logging