David Cernat
b249162ca1
[General] Implement setting of enforced client log level in GameSettings
...
Certain servers do not want the players to have debug information about the locations and actions of other players, so a client's log level can now be enforced by the server via the GameSettings packet.
7 years ago
Koncord
5b2cab4c6b
[General] Change NULL to nullptr
8 years ago
Koncord
715422aff6
[General] Fix memory leak in Log dtor
8 years ago
David Cernat
15ed4b8da6
[Components] Use 24 hour format instead of 12 for log file timestamps
8 years ago
David Cernat
158d606477
[General] Leave one blank line at the end of every tes3mp code file
8 years ago
David Cernat
253ded1ee3
Use new getFilenameStamp() method to generate timestamps for filenames
8 years ago
David Cernat
3932654d5d
Use log filenames w/ timestamps instead of adding numbers to their ends
8 years ago
Koncord
efb40b3c66
Remove redundant code
8 years ago
Koncord
11be8ed005
Rename copyOldLog to renameOldLog
8 years ago
Koncord
f7b4aea85b
add function for keeping old logs
8 years ago
Koncord
b57ed2c119
Fix parameter type mismatch
8 years ago
David Cernat
2337a0becb
Add LOG_APPEND method for writing to log without timestamp and level
8 years ago
David Cernat
535731c018
Fix month in logger
8 years ago
Koncord
dd6ebdeb4f
formated C string to C++
8 years ago
Koncord
1537fdbb76
Add SetLevel function & Verbose log level
8 years ago
David Cernat
8eda381016
Make formatting consistent, part 2
8 years ago
David Cernat
e39b66af4f
Move logger to components
8 years ago