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
RhinoInside
NX
Extensions
Logger
C# Class RhinoInside.NX.Extensions.Logger
Exibir arquivo
Open project: zcstkhk/RhinoInside.NX
Public Methods
Method
Description
Error
(
string
error
) :
void
Fatal
(
string
info
) :
void
Info
(
string
info
) :
void
Warn
(
string
warn
) :
void
Method Details
Error()
public
static
method
public
static
Error
(
string
error
) :
void
error
string
return
void
Fatal()
public
static
method
public
static
Fatal
(
string
info
) :
void
info
string
return
void
Info()
public
static
method
public
static
Info
(
string
info
) :
void
info
string
return
void
Warn()
public
static
method
public
static
Warn
(
string
warn
) :
void
warn
string
return
void