Method Log
Log(ILogWriter?)
Writes the current printer settings and related properties to the specified log writer for diagnostic or informational purposes.
public virtual void Log(ILogWriter? log = null)
Parameters
logILogWriterThe log writer to which the printer settings will be written. If
logis null, the default debug log writer is used.
Remarks
This method outputs a summary of key printer settings, including printer name, validity, default status, file printing options, page ranges, duplex mode, collation, and copy count. It is useful for troubleshooting or auditing printer configuration. The output format and destination depend on the implementation of ILogWriter.