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
Adjusted logging
pull/11/head
Anairkoen Schno
5 years ago
parent
01415fd6dc
commit
8d99d9589b
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
IPA.Loader/Logging/Printers/GZFilePrinter.cs
+1
-1
IPA.Loader/Logging/StandardLogger.cs
+ 3
- 3
IPA.Loader/Logging/Printers/GZFilePrinter.cs
View File
@ -96,12 +96,12 @@ namespace IPA.Logging.Printers
FileWriter
.
Flush
(
)
;
zstream
.
Flush
(
)
;
fstream
.
Flush
(
)
;
FileWriter
.
Close
(
)
;
zstream
.
Close
(
)
;
fstream
.
Close
(
)
;
FileWriter
.
Dispose
(
)
;
zstream
.
Dispose
(
)
;
fstream
.
Dispose
(
)
;
FileWriter
=
null
;
zstream
=
null
;
fstream
=
null
;
}
/// <inheritdoc />
+ 1
- 1
IPA.Loader/Logging/StandardLogger.cs
View File
@ -239,7 +239,7 @@ namespace IPA.Logging
private
static
StandardLogger
loggerLogger
;
private
const
int
LogCloseTimeout
=
5
0
0
;
private
const
int
LogCloseTimeout
=
2
5
0
;
/// <summary>
/// The log printer thread for <see cref="StandardLogger"/>.
Write
Preview
Loading…
Cancel
Save