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.
This constructor sets this objects Fix flags to All, this assumes that all the data relating to this event is passed in via the data parameter and no other data should be captured from the environment.
LoggingEvent Class | log4net.Core Namespace | LoggingEvent Constructor Overload List