Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
RhinoInside
NX
Extensions
Logger
C# Class RhinoInside.NX.Extensions.Logger
Afficher le fichier
Open project: zcstkhk/RhinoInside.NX
Méthodes publiques
Méthode
Description
Error
(
string
error
) :
void
Fatal
(
string
info
) :
void
Info
(
string
info
) :
void
Warn
(
string
warn
) :
void
Method Details
Error()
public
static
méthode
public
static
Error
(
string
error
) :
void
error
string
Résultat
void
Fatal()
public
static
méthode
public
static
Fatal
(
string
info
) :
void
info
string
Résultat
void
Info()
public
static
méthode
public
static
Info
(
string
info
) :
void
info
string
Résultat
void
Warn()
public
static
méthode
public
static
Warn
(
string
warn
) :
void
warn
string
Résultat
void