Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
RhinoInside
NX
Extensions
Logger
C# Class RhinoInside.NX.Extensions.Logger
显示文件
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