Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
POC
Repository
Implementation
GuLogger
C# 클래스 POC.Repository.Implementation.GuLogger
상속:
ILogger
파일 보기
프로젝트 열기: sunil233/AngularPOC
공개 메소드들
메소드
설명
Critical
(
string
messgae
) :
void
Error
(
string
messgae
) :
void
Information
(
string
messgae
) :
void
메소드 상세
Critical()
공개
메소드
public
Critical
(
string
messgae
) :
void
messgae
string
리턴
void
Error()
공개
메소드
public
Error
(
string
messgae
) :
void
messgae
string
리턴
void
Information()
공개
메소드
public
Information
(
string
messgae
) :
void
messgae
string
리턴
void