mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
Windows moment
Windows deprecated when
This commit is contained in:
parent
88f1976668
commit
ed03096cf5
@ -97,14 +97,6 @@ void TConsole::BackupOldLog() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
enum EscState {
|
|
||||||
None,
|
|
||||||
Escape,
|
|
||||||
FeSeqStart,
|
|
||||||
FeSeqMid,
|
|
||||||
SeqEnd
|
|
||||||
};
|
|
||||||
|
|
||||||
void TConsole::StartLoggingToFile() {
|
void TConsole::StartLoggingToFile() {
|
||||||
mLogFileStream.open("Server.log");
|
mLogFileStream.open("Server.log");
|
||||||
Application::Console().Internal().on_write = [this](const std::string& ToWrite) {
|
Application::Console().Internal().on_write = [this](const std::string& ToWrite) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user