https://github.com/alienmario/sm-logdebug
Sourcemod debug logging library
https://github.com/alienmario/sm-logdebug
Last synced: 5 months ago
JSON representation
Sourcemod debug logging library
- Host: GitHub
- URL: https://github.com/alienmario/sm-logdebug
- Owner: Alienmario
- Created: 2023-11-25T18:50:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T19:16:44.000Z (about 2 years ago)
- Last Synced: 2023-11-25T20:24:11.028Z (about 2 years ago)
- Language: SourcePawn
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sm-logdebug
Sourcemod logging library for plugins.
Adapted from [original version](https://forums.alliedmods.net/showthread.php?t=258855) by Dr. McKay.
---
This version adds second convar with the suffix "_parts", used for controlling which additional information is included in the messages.
For example:
- Time
- Tick count
It can also print caller source information from stack and is compatible with modern SourceMod.