C# Class log4net.Raven.Log

The log entry document entity that will be stored to the database.
Inheritance: INamedDocument
Mostra file Open project: antonsamarsky/log4net.Raven

Public Methods

Method Description
Log ( ) : System
Log ( log4net.Core.LoggingEvent logEvent ) : System
Log ( string id ) : System
Log ( string id, log4net.Core.LoggingEvent logEvent ) : System

Method Details

Log() public method

public Log ( ) : System
return System

Log() public method

public Log ( log4net.Core.LoggingEvent logEvent ) : System
logEvent log4net.Core.LoggingEvent
return System

Log() public method

public Log ( string id ) : System
id string
return System

Log() public method

public Log ( string id, log4net.Core.LoggingEvent logEvent ) : System
id string
logEvent log4net.Core.LoggingEvent
return System