C# Class Jackett.Services.LogCacheService

Inheritance: TargetWithLayout, ILogCacheService
Afficher le fichier Open project: WarlaxZ/Jackett Class Usage Examples

Méthodes publiques

Méthode Description
AddLog ( LogEventInfo l ) : void

Méthodes protégées

Méthode Description
Write ( LogEventInfo logEvent ) : void

Method Details

AddLog() public méthode

public AddLog ( LogEventInfo l ) : void
l NLog.LogEventInfo
Résultat void

Write() protected méthode

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
Résultat void