C# Class Jackett.Services.LogCacheService

Inheritance: TargetWithLayout, ILogCacheService
ファイルを表示 Open project: WarlaxZ/Jackett Class Usage Examples

Public Methods

Method Description
AddLog ( LogEventInfo l ) : void

Protected Methods

Method Description
Write ( LogEventInfo logEvent ) : void

Method Details

AddLog() public method

public AddLog ( LogEventInfo l ) : void
l NLog.LogEventInfo
return void

Write() protected method

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