log4net SDK Reference

LoggingEvent Constructor

Initializes a new instance of the LoggingEvent class from the supplied parameters.

Overload List

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);

See Also

LoggingEvent Class | log4net.Core Namespace