Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Jackett
Services
LogCacheService
C# Class Jackett.Services.LogCacheService
Inheritance:
TargetWithLayout
,
ILogCacheService
Mostrar archivo
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