Skip to content

Commit

Permalink
Merge pull request #1116 from log4js-node/fixes-fileSync-appender-types
Browse files Browse the repository at this point in the history
fix: fileSync appender types
  • Loading branch information
lamweili committed Jan 10, 2022
2 parents 968fc1c + abecb08 commit 1689c43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/log4js.d.ts
Expand Up @@ -151,6 +151,9 @@ export interface SyncfileAppender {
backups?: number;
// defaults to basic layout
layout?: Layout;
encoding?: string;
mode?: number;
flags?: string;
}

export interface DateFileAppender {
Expand Down

0 comments on commit 1689c43

Please sign in to comment.