Skip to content

Commit

Permalink
feat(lualogging): add new API from release 1.7.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aire-One authored Oct 26, 2022
1 parent 7267c3b commit a451eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lualogging/logging.d.tl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ local record logging

new: function(append: function(self: Log, level: Level, msg: string | function), startLevel: Level): Log
buildLogPatterns: function(patterns: table, default: string): table
date: function(format: string, time: integer | string): string
defaultLogPatterns: function(patt: string | table): table
defaultTimestampPattern: function(patt: string): string
defaultLevel: function(level: Level): Level
Expand Down

0 comments on commit a451eb5

Please sign in to comment.