This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Fixed
#20
pull/32/head
Anairkoen Schno
5 years ago
parent
2b6b48b9b7
commit
f033bf71db
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Logging/Logger.cs
+5
-0
IPA.Loader/Logging/StandardLogger.cs
+ 1
- 1
IPA.Loader/Logging/Logger.cs
View File
@ -59,7 +59,7 @@ namespace IPA.Logging
/// <summary>
/// A trace message. These are ignored *incredibly* early.
/// </summary>
Trace
=
3
2
,
Trace
=
6
4
,
/// <summary>
/// A debug message.
+ 5
- 0
IPA.Loader/Logging/StandardLogger.cs
View File
@ -41,6 +41,11 @@ namespace IPA.Logging
{
defaultPrinters
.
AddRange
(
new
[
]
{
new
ColoredConsolePrinter
(
)
{
Filter
=
LogLevel
.
TraceOnly
,
Color
=
ConsoleColor
.
DarkMagenta
,
}
,
new
ColoredConsolePrinter
(
)
{
Filter
=
LogLevel
.
DebugOnly
,
Write
Preview
Loading…
Cancel
Save