royitaqi / HollowKnight.GodhomeWinLossTracker

A mod for the game Hollow Knight. Goal is to improve boss fight training experience in Godhome by tracking per-boss win/loss counts for Hall of Gods and pantheons.
3 stars 1 forks source link

Use log level for debug logs instead of #if #54

Closed royitaqi closed 2 years ago

royitaqi commented 2 years ago

Log levels: https://prashantmohta.github.io/ModdingDocs/logging.html


Log() = LogInfo() = INFO = 2

LogDebug() = DEBUG = 1

LogFine() = FINE = 0