Method Log
Log(ILogWriter?)
Logs the document, page and printer settings using the specified log writer.
public virtual void Log(ILogWriter? log = null)
Parameters
logILogWriterThe log writer to which settings information will be written. If not specified, debug output will be used.