Click or drag to resize

ILogger Interface

The Chrome html converter logger

Namespace: Spire.Additions.Chrome
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public interface ILogger

The ILogger type exposes the following members.

Properties
Name Description
Public property LogFilePath
Set the log file path.
Top
Methods
Name Description
Public method LogError
Add error log.
Public method LogInformation
Add information log.
Public method LogWarning
Add warning log.
Top
See Also