mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: write Dalamud.Boot logs to dalamud.boot.log
This commit is contained in:
parent
ad4f2db203
commit
a7540d0fef
5 changed files with 39 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue