Class LogEventArgs
EventArgs class for the LogEvent handler
Inheritance
System.Object
LogEventArgs
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class LogEventArgs : EventArgs
Properties
LogString
The String which has been logged
Declaration
public string LogString { get; }
Property Value
System.String
|