hk-modding/api

Add New Logging Options

iamwyza opened this issue · 1 comments

Currently everything that uses ModLog is logged, but I think we should take a more "log4net/log4j" approach where there are multiple log levels that we can control through some sort of config.

These are pulled from log4net, so can be modified, but is a pretty industry standard set of levels

ALL
FINE
DEBUG
INFO
WARN
ERROR
OFF

Fixed in fc74da1