add_log_entry
Add a custom entry to the TeamSpeak server log by specifying the log level (ERROR, WARNING, DEBUG, INFO) and a message. This enables monitoring and debugging of server events through structured log entries.
Instructions
Add a custom entry to the server log
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_level | Yes | Log level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO) | |
| message | Yes | Log message to add |