samp-log-core icon indicating copy to clipboard operation
samp-log-core copied to clipboard

Core library for logging utility

Results 8 samp-log-core issues
Sort by recently updated
recently updated
newest added

I can't quite explain what happens, but I made an example with the [MySQL](https://github.com/pBlueG/SA-MP-MySQL/) plugin: ```pawn #pragma option -d3 #include #include new MySQL:db_handle; public OnGameModeInit() { db_handle = mysql_connect(/* example...

Hello, when I use your plugin, my server crashes, server_log: > ---------- > Loaded log file: "server_log.txt". > ---------- > > SA-MP Dedicated Server > ---------------------- > v0.3.DL-R1, (C)2005-2018 SA-MP...

In reference to an issue on PawnPlus, https://github.com/IllidanS4/PawnPlus/issues/38 Explanation from @IllidanS4: >str_format does not have anything to do with it; any PP string crashes when used in this code. The...

I figured I'd PR my fixes. Some things from amxdbg.c are not from me - I merely copied the file from samp-plugin-crashdetect.

It would be cool if we could define, in which log level traces will be printed. For example: ```pawn SetLogTraceLevel(logger, ERROR, true); Log(logger, ERROR, "test"); //would print trace Log(logger, INFO,...

Something like: ```cpp mylogger

The server sends me this several times in server_logs 127.0.0.1:34008 requests connection cookie. and after that loads it closes the server with Signal 11 (SIGSEGV) shutting log-core dow

``` root@VPS23990:/home/samp-log-core# make [ 15%] Built target fmt [ 42%] Built target amx Consolidate compiler generated dependencies of target log-core [ 47%] Building CXX object src/CMakeFiles/log-core.dir/AmxDebugManager.cpp.o /home/samp-log-core/src/AmxDebugManager.cpp: In member function...