C# 클래스 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.
상속: Modding.Loggable
파일 보기 프로젝트 열기: HollowKnight-Modding/HollowKnight.Modding

공개 메소드들

메소드 설명
SimpleLogger ( string name )

Constructs a Loggable Class with a given Name

메소드 상세

SimpleLogger() 공개 메소드

Constructs a Loggable Class with a given Name
public SimpleLogger ( string name )
name string