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
NTRDebuggerTool
Objects
Logger
C# Class NTRDebuggerTool.Objects.Logger
Exibir arquivo
Open project: valarnin/NTRRemoteDebugger
Public Methods
Method
Description
Log
(
string
msg
) :
void
Log
(
string
msg
,
Exception
ex
) :
void
Method Details
Log()
public
static
method
public
static
Log
(
string
msg
) :
void
msg
string
return
void
Log()
public
static
method
public
static
Log
(
string
msg
,
Exception
ex
) :
void
msg
string
ex
System.Exception
return
void