DayZ-CommunityFramework
DayZ-CommunityFramework copied to clipboard
Add loglevels
- [DONE] Add ability to log with log levels. Only messages that are
log level >= current log
level appear in the actual scripts/crash log. - [DONE] Add fixed log levels (inspired by MS LogLevel)
- Add a way to set the log level as early as boot time. Perhaps via startup parameter as long as CF does not have many of them?
Needs #49 to configure default loglevels
Will be resolved by #74