Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NightHawkSL
Ui
Core
Logging
DebugLog
C# Class NightHawkSL.Ui.Core.Logging.DebugLog
Inheritance:
ILog
Show file
Open project: Slesa/Playground
Public Methods
Method
Description
DebugLog
(
Type
type
) :
System
Error
(
Exception
exception
) :
void
Info
(
string
format
) :
void
Warn
(
string
format
) :
void
Method Details
DebugLog()
public
method
public
DebugLog
(
Type
type
) :
System
type
System.Type
return
System
Error()
public
method
public
Error
(
Exception
exception
) :
void
exception
System.Exception
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void
Warn()
public
method
public
Warn
(
string
format
) :
void
format
string
return
void