Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
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
Mostra file
Open project: HollowKnight-Modding/HollowKnight.Modding
Public Methods
Method
Description
SimpleLogger
(
string
name
)
Constructs a Loggable Class with a given Name
Method Details
SimpleLogger()
public
method
Constructs a Loggable Class with a given Name
public
SimpleLogger
(
string
name
)
name
string