API Reference
Class
LogEventArgs
Event data for internal logger messages (message template and arguments).
Inheritance
- EventArgs
- LogEventArgs
Constructors
public LogEventArgs(String message, params Object[] args) #Creates a new instance with a message template and optional parameters.
Parameters
- message System.String
- args System.Object[]
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object