Skip to content

Commit

Permalink
Add missing broadcast typing (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
korllan authored Aug 16, 2022
1 parent 2bbe87a commit 98cf7fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ declare module 'gelf-pro' {
* Filter functions, return false in any of them to not send the log message.
*/
filter: Array<(message: any) => boolean>;
/**
* Broadcast methods, to broadcast log message.
*/
broadcast: Array<(message: any) => any>;
/**
* Transformer methods, to transform log message.
*/
Expand Down

0 comments on commit 98cf7fa

Please sign in to comment.