API Reference
Class
LogEventArgs
Event data for internal logger messages (message template and arguments).
Inheritance
- EventArgs
- LogEventArgs
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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