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, "test"); //shouldn't print trace ```
It would be cool if we could define, in which log level traces will be printed.
For example: