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
irek
Logger
C# Class irek.Logger
Mostrar archivo
Open project: theanti9/irek
Public Methods
Method
Description
GetInstance
( ) :
Logger
Kill
( ) :
void
LogAccess
(
string
str
) :
void
LogError
(
string
str
) :
void
Private Methods
Method
Description
Logger
( ) :
System
Method Details
GetInstance()
public
static
method
public
static
GetInstance
( ) :
Logger
return
Logger
Kill()
public
method
public
Kill
( ) :
void
return
void
LogAccess()
public
method
public
LogAccess
(
string
str
) :
void
str
string
return
void
LogError()
public
method
public
LogError
(
string
str
) :
void
str
string
return
void