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
Modding
SimpleLogger
C# Class Modding.SimpleLogger
Provides access to the logging system with a formatted prefix of a given name "[Name] - Message". This is useful when you have a class that can't inherit from Loggable where you want easy logging.
Inheritance:
Modding.Loggable
Afficher le fichier
Open project: HollowKnight-Modding/HollowKnight.Modding
Méthodes publiques
Méthode
Description
SimpleLogger
(
string
name
)
Constructs a Loggable Class with a given Name
Method Details
SimpleLogger()
public
méthode
Constructs a Loggable Class with a given Name
public
SimpleLogger
(
string
name
)
name
string