Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Nyan
Core
Modules
Log
System
C# Class Nyan.Core.Modules.Log.System
Datei anzeigen
Open project: bucknellu/Nyan
Public Methods
Method
Description
Add
(
Exception
e
) :
void
Add
(
string
message
,
Message
type
= Message.EContentType.Info ) :
void
Private Methods
Method
Description
System
( ) :
System
Method Details
Add()
public
static
method
public
static
Add
(
Exception
e
) :
void
e
System.Exception
return
void
Add()
public
static
method
public
static
Add
(
string
message
,
Message
type
= Message.EContentType.Info ) :
void
message
string
type
Message
return
void