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
Codaxy
Common
Logging
EventLogAppender
C# Class Codaxy.Common.Logging.EventLogAppender
Inheritance:
ILogAppender
Mostrar archivo
Open project: codaxy/common
Public Methods
Method
Description
EventLogAppender
(
String
source
) :
System
Log
(
LogEntry
entry
) :
void
Private Methods
Method
Description
GetEntryType
(
LogLevel
logLevel
) :
EventLogEntryType
Method Details
EventLogAppender()
public
method
public
EventLogAppender
(
String
source
) :
System
source
String
return
System
Log()
public
method
public
Log
(
LogEntry
entry
) :
void
entry
LogEntry
return
void