Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CallfireApiClient
Logger
C# Class CallfireApiClient.Logger
Simple logging wrapper around TraceSource
Exibir arquivo
Open project: CallFire/callfire-api-client-csharp
Public Methods
Method
Description
Debug
(
string
format
) :
void
Error
(
string
format
) :
void
Logger
( ) :
System
Private Methods
Method
Description
WriteToLog
(
string
level
,
string
format
) :
void
Method Details
Debug()
public
method
public
Debug
(
string
format
) :
void
format
string
return
void
Error()
public
method
public
Error
(
string
format
) :
void
format
string
return
void
Logger()
public
method
public
Logger
( ) :
System
return
System