diff options
Diffstat (limited to 'lua/99/logger/logger.lua')
| -rw-r--r-- | lua/99/logger/logger.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/99/logger/logger.lua b/lua/99/logger/logger.lua index 611b016..003aab2 100644 --- a/lua/99/logger/logger.lua +++ b/lua/99/logger/logger.lua @@ -8,6 +8,7 @@ local logger_list = {} local max_requests_in_logger_cache = MAX_REQUEST_DEFAULT --- @class _99.Logger.Options +--- @docs included --- @field level number? --- @field type? "print" | "void" | "file" --- @field path string? |
