Skip to content

Commit

Permalink
Remove a Transcript references in ZnLoggingReadStream
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Van Caekenberghe committed Sep 15, 2023
1 parent a6f7fa3 commit 307b0af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
initialization
initialize
super initialize.
logger := [ :string | Transcript crShow: string ].
logger := [ :string | string traceCr ].
identifier := self class name asString.
logLevel := 1

0 comments on commit 307b0af

Please sign in to comment.