Skip to content

Releases: Tiaansu/omp-logger

1.0.1

15 Mar 02:40

Choose a tag to compare

Version 1.0.1

In this version, we have adjusted some of the config keys and introduce new config: logger.log_format. This config allows you to customize the output of your log. The default value of logger.log_format is [{{timestamp}}] [{{name}}] [{{log_level}}] {{message}}.

0.0.2

15 Dec 08:51
4ae3390

Choose a tag to compare

new natives:

// Logs result
native Logger_FetchLogs(playerid, Logger:logger, amount, pageStart, const callback[], const search[] = "", bool:caseSensitive = true);
native Logger_GetResult(LogsResult:result, row, logs[], size = sizeof logs);
native Logger_FreeResult(LogsResult:result);

Big thanks to @eksqtr for his ideas!

0.0.1

12 Dec 03:05

Choose a tag to compare

initial commit