Class LogEventArgs
EventArgs class for the LogEvent handler
Inheritance
System.Object
LogEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class LogEventArgs : EventArgs
Properties
LogLevel
The log level (info, error, etc.)
Declaration
public LogLevel LogLevel { get; }
Property Value
Microsoft.
|
LogString
The String which has been logged
Declaration
public string LogString { get; }
Property Value
System.
|