C# Class NLog.Targets.LogentriesTarget

Inheritance: TargetWithLayout
Show file Open project: palette-software/le_dotnet Class Usage Examples

Public Methods

Method Description
LogentriesTarget ( ) : System

Protected Methods

Method Description
CloseTarget ( ) : void
Write ( LogEventInfo logEvent ) : void

Method Details

CloseTarget() protected method

protected CloseTarget ( ) : void
return void

LogentriesTarget() public method

public LogentriesTarget ( ) : System
return System

Write() protected method

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
return void