Logger Constructor (String)
|
Construct Logger.
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Logger(
string logFilePath
)
Public Sub New (
logFilePath As String
)
public:
Logger(
String^ logFilePath
)
new :
logFilePath : string -> Logger
Parameters
-
logFilePath
-
Type:
System
String
Generated log file path
See Also