An open API service indexing awesome lists of open source software.

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

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.