We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e573d commit 10d8bd0Copy full SHA for 10d8bd0
2 files changed
apps/client/src/Main.cpp
@@ -27,6 +27,7 @@ void InitPre() // initialize before engine inits
27
App.background_wait=0; // no delay when in background
28
29
App.name("Client");
30
+ LogName("log_client.txt");
31
32
INIT(); // call auto-generated function that will set up application name, load engine and project data
33
LogConsole(true);
apps/server/src/Main.cpp
@@ -22,6 +22,7 @@ void InitPre() // initialize before engine inits
22
23
24
App.name("Server");
25
+ LogName("log_server.txt");
26
LogN(S+"InitPre()");
0 commit comments