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
NightHawkSL
Ui
Core
Logging
DebugLog
C# Class NightHawkSL.Ui.Core.Logging.DebugLog
Inheritance:
ILog
Afficher le fichier
Open project: Slesa/Playground
Méthodes publiques
Méthode
Description
DebugLog
(
Type
type
) :
System
Error
(
Exception
exception
) :
void
Info
(
string
format
) :
void
Warn
(
string
format
) :
void
Method Details
DebugLog()
public
méthode
public
DebugLog
(
Type
type
) :
System
type
System.Type
Résultat
System
Error()
public
méthode
public
Error
(
Exception
exception
) :
void
exception
System.Exception
Résultat
void
Info()
public
méthode
public
Info
(
string
format
) :
void
format
string
Résultat
void
Warn()
public
méthode
public
Warn
(
string
format
) :
void
format
string
Résultat
void