1- # TeamsLogger
21Simple logger for teams provides additional logging. It can be configured to log into files or/and console output.
32
43# Installation
@@ -9,26 +8,13 @@ After plugin will be loaded, you can change configuration file.
98Then restart plugin using command in server console ` oxide.reload TeamsLogger `
109
1110# Configuration
12- You can find in file ` \oxide\config\TeamsLogger.json `
1311``` JSON
1412{
1513 "Print logs to console" : true ,
1614 "Print logs to file" : true
1715}
1816```
19- # Log file example
20- Path to logs ` \oxide\logs\TeamsLogger\teamslogger_common-####-##-##.txt `
21- ```
22- 17:36:22 Created 96 | Player: 'xan' (76561198051734570) created new team
23- 17:36:23 Leave 96 | Player: 'xan' (76561198051734570, is leader: True)
24- 17:36:23 Disband 96 | Team leader: 'xan' (76561198051734570)
25- 17:36:25 Created 97 | Player: 'xan' (76561198051734570) created new team
26- 17:36:26 Leave 97 | Player: 'xan' (76561198051734570, is leader: True)
27- 17:36:26 Disband 97 | Team leader: 'xan' (76561198051734570)
28- ```
29-
30- # Localization messages
31- You can specify messages with formatting in file ` \oxide\lang\##\TeamsLogger.json `
17+ # Localization
3218``` JSON
3319{
3420 "OnTeamCreated" : " Created {0} | Player: '{1}' ({2}) created new team" ,
@@ -41,4 +27,14 @@ You can specify messages with formatting in file `\oxide\lang\##\TeamsLogger.jso
4127 "OnTeamAcceptInvite" : " Accept {0} | Player: '{1}' ({2}) accepted invite" ,
4228 "CurrentTeam" : " History {0} | Previously created team with members: {1}"
4329}
44- ```
30+ ```
31+ # Log file example
32+ Path to logs ` \oxide\logs\TeamsLogger\teamslogger_common-####-##-##.txt `
33+ ```
34+ 17:36:22 Created 96 | Player: 'xan' (76561198051734570) created new team
35+ 17:36:23 Leave 96 | Player: 'xan' (76561198051734570, is leader: True)
36+ 17:36:23 Disband 96 | Team leader: 'xan' (76561198051734570)
37+ 17:36:25 Created 97 | Player: 'xan' (76561198051734570) created new team
38+ 17:36:26 Leave 97 | Player: 'xan' (76561198051734570, is leader: True)
39+ 17:36:26 Disband 97 | Team leader: 'xan' (76561198051734570)
40+ ```
0 commit comments