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
Pytocs
TypeInference
FakeLogger
C# Class Pytocs.TypeInference.FakeLogger
Inheritance:
ILogger
Mostra file
Open project: uxmal/pytocs
Public Methods
Method
Description
Error
(
Exception
ex
,
string
format
) :
void
Error
(
string
format
) :
void
Inform
(
string
p
) :
void
Verbose
(
string
p
) :
void
Method Details
Error()
public
method
public
Error
(
Exception
ex
,
string
format
) :
void
ex
System.Exception
format
string
return
void
Error()
public
method
public
Error
(
string
format
) :
void
format
string
return
void
Inform()
public
method
public
Inform
(
string
p
) :
void
p
string
return
void
Verbose()
public
method
public
Verbose
(
string
p
) :
void
p
string
return
void