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
Show 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