Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
POC
Repository
Implementation
SqlLogger
C# Class POC.Repository.Implementation.SqlLogger
Inheritance:
ILogger
Mostra file
Open project: sunil233/AngularPOC
Public Methods
Method
Description
Critical
(
string
messgae
) :
void
Error
(
string
messgae
) :
void
Information
(
string
messgae
) :
void
Method Details
Critical()
public
method
public
Critical
(
string
messgae
) :
void
messgae
string
return
void
Error()
public
method
public
Error
(
string
messgae
) :
void
messgae
string
return
void
Information()
public
method
public
Information
(
string
messgae
) :
void
messgae
string
return
void