Click or drag to resize

LoggerProvider Properties

The LoggerProvider type exposes the following members.

Properties
  NameDescription
Public propertyChromiumLogFile
The absolute or relative path to store Chromium log file.
Public propertyConsoleLoggingEnabled
Gets or sets a value indicating whether console logging is enabled.
Public propertyFileLoggingEnabled
Gets or sets a value indicating whether file logging is enabled.
Public propertyStatic memberInstance
The LoggerProvider instance that can be used to configure DotNetBrowser logging.
Public propertyLevel
The minimal logging level of the messages that will appear in the logs. This value will be used to filter out log messages with lower logging level.
Public propertyOutputFile
Gets or sets output file.
Top
See Also