This website requires JavaScript.
Explore
Help
Sign In
spt
/
loot-dump-processor
Watch
0
Star
0
Fork
0
You've already forked loot-dump-processor
mirror of
https://github.com/sp-tarkov/loot-dump-processor.git
synced
2025-02-13 03:30:45 -05:00
Code
loot-dump-processor
/
Logger
/
LogLevel.cs
9 lines
105 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
Reverted back BOM encoding of UTF-8 files
2024-01-30 20:45:17 +00:00
namespace
LootDumpProcessor.Logger
;
initial push of Loot Processing Tool
2023-08-12 19:08:38 +01:00
public
enum
LogLevel
{
Error
,
Warning
,
Info
,
Debug
}
Copy Permalink