mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Implement log to file logger (#1494)
* Implement log to file Logger moved to it's own namespace * Add lock to log file
This commit is contained in:
parent
62c985376e
commit
240468ad22
11 changed files with 306 additions and 144 deletions
|
|
@ -50,6 +50,9 @@ infomessages=true # Informative messages (i.e Most of the messa
|
|||
#chatfilter= # Regex for filtering chat message
|
||||
#debugfilter= # Regex for filtering debug message
|
||||
filtermode=blacklist # blacklist OR whitelist. Blacklist hide message match regex. Whitelist show message match regex
|
||||
logtofile=false # Write log messages to file
|
||||
logfile=console-log-%username%-%serverip%.txt # Log file name
|
||||
prependtimestamp=false # Prepend timestamp to messages in log file
|
||||
|
||||
[AppVars]
|
||||
# yourvar=yourvalue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue