Initializes a new instance of the LoggingEvent class from the supplied parameters.
Initializes a new instance of the LoggingEvent class using specific data.
public�LoggingEvent(LoggingEventData);
Serialization constructor
protected�LoggingEvent(SerializationInfo,StreamingContext);
Initializes a new instance of the LoggingEvent class using specific data.
public�LoggingEvent(Type,ILoggerRepository,LoggingEventData);
Initializes a new instance of the LoggingEvent class using specific data.
public�LoggingEvent(Type,ILoggerRepository,LoggingEventData,FixFlags);
Initializes a new instance of the LoggingEvent class from the supplied parameters.
public�LoggingEvent(Type,ILoggerRepository,string,Level,object,Exception);
LoggingEvent Class | log4net.Core Namespace