Skip to content

Commit

Permalink
add property writeGz (#81)
Browse files Browse the repository at this point in the history
add property declaration for `writeGz`
  • Loading branch information
davidlienhard committed Nov 8, 2021
1 parent f9acb9a commit 0ee42d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ class Log implements LogInterface
/** whether to use gz compression */
private bool $gz;

/** whether to write data with compression or not */
private bool $writeGz;

/** whether to append data to the file */
private bool $append;

Expand Down

0 comments on commit 0ee42d1

Please sign in to comment.