Initializes a new instance of the LoggingEvent class using specific data.
This constructor is provided to allow a LoggingEvent to be created independently of the log4net framework. This can be useful if you require a custom serialization scheme.
Use the GetLoggingEventData method to obtain an instance of the LoggingEventData class.
The fixedData parameter should be used to specify which fields in the data struct have been preset. Fields not specified in the fixedData will be captured from the environment if requested or fixed.
LoggingEvent Class | log4net.Core Namespace | LoggingEvent Constructor Overload List