LogEventData.Create Method |
Name | Description | |
---|---|---|
Create(Object) |
Creates a new LogEventData and uses the default LogEventMetadata for the run-time type of the specified object.
| |
Create<T>(T) |
Creates a new LogEventData and uses the default LogEventMetadata for the build-time type of the specified object.
This overload is faster than the non-generic one.
| |
Create(Object, LogEventMetadata) |
Creates a new LogEventData and specifies a LogEventMetadata.
|