feat: write Dalamud.Boot logs to dalamud.boot.log

This commit is contained in:
goaaats 2022-05-29 17:25:29 +02:00
parent ad4f2db203
commit a7540d0fef
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 39 additions and 14 deletions

View file

@ -3,10 +3,13 @@
#include <format>
#include <numeric>
#include <string>
#include <fstream>
#include "unicode.h"
namespace logging {
inline std::ofstream log_file;
enum Level : int {
Verbose = 0,
V = 0,