Skip to content

Commit

Permalink
Use newer announcer API
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc authored May 29, 2024
1 parent ca6f955 commit d35eb64
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
convenience
logToTranscript
self stopLoggingToTranscript.
^ self announcer when: ZnLogEvent do: [ :event | self crTrace: event ]
^ self announcer
when: ZnLogEvent
do: [ :event | self crTrace: event ]
to: self

0 comments on commit d35eb64

Please sign in to comment.