1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-12 02:30:43 +00:00
OpenDiablo2/d2common
gravestench d6c9748fef
refactored logging in d2loader, d2record, and d2asset (#898)
* refactored logging in d2config, d2record, and d2asset

* asset manager, record manager, and file loader now utilitize d2util.Logger
* added colored logging to d2util.Logger (excluding windows platforms)
* removed mpq file verification from d2config; d2loader handles this
* record loaders now use the record manager's logger for printing info
* added command line argument for setting log level (`--loglevel 4`, `-l4`, or `-l 4`
* added `LogLevel` parameter to config file
* default log level will show errors, warnings, and info log messages
* specifying log level as an argument overrides setting from config file

* fixed log level tests
2020-11-02 21:23:07 -05:00
..
d2cache Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2calculation organize d2common pakage (#716) 2020-09-08 15:58:35 -04:00
d2data refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
d2datautils Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2enum Feat(KeyMapping): Adds a configurable keymap to GameControls, resolves #793 (#893) 2020-11-01 19:43:23 -08:00
d2fileformats fixes #767, implemented deepCopy for the dcc_animation and dc6_animation (#852) 2020-10-26 09:13:08 -04:00
d2geom Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2interface add comment explaining significance of input handler return value (#895) 2020-11-02 01:14:03 -08:00
d2loader refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
d2math Resolves #874 and #892 (#894) 2020-11-01 16:05:50 -08:00
d2path Lint error cleanup1 (#779) 2020-10-22 01:12:06 -04:00
d2resource adding the rest of the data dictionary loaders (#869) 2020-10-28 13:52:15 -04:00
d2util refactored logging in d2loader, d2record, and d2asset (#898) 2020-11-02 21:23:07 -05:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00