Skip to content

Commit 72408e5

Browse files
Update can/io/logger.py
Co-authored-by: zariiii9003 <[email protected]>
1 parent c546bd0 commit 72408e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/io/logger.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class Logger(BaseIOHandler, Listener): # pylint: disable=abstract-method
3838
* .log :class:`can.CanutilsLogWriter`
3939
* .txt :class:`can.Printer`
4040
41-
Or any of the above compressed using gzip (.gz)
41+
Any of these formats can be used with gzip compression by appending
42+
the suffix .gz (e.g. filename.asc.gz). However, third-party tools might not
43+
be able to read these files.
4244
4345
The **filename** may also be *None*, to fall back to :class:`can.Printer`.
4446

0 commit comments

Comments
 (0)