add_log_entry
Add custom entries to the TeamSpeak server log with specified log levels and messages for tracking events and debugging server activities.
Instructions
Add a custom entry to the server log
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_level | Yes | Log level (1=ERROR, 2=WARNING, 3=DEBUG, 4=INFO) | |
| message | Yes | Log message to add |