Skip to content

Commit

Permalink
use newer API in ZnLogEvent class>>#logToTranscript
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvc committed May 21, 2024
1 parent 2b61aa0 commit 0954816
Show file tree
Hide file tree
Showing 2 changed files with 12 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 ]
for: self
8 changes: 8 additions & 0 deletions repository/Zinc-HTTP.package/monticello.meta/categories.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
SystemOrganization addCategory: #'Zinc-HTTP'!
SystemOrganization addCategory: #'Zinc-HTTP-Client-Server'!
SystemOrganization addCategory: #'Zinc-HTTP-Core'!
SystemOrganization addCategory: #'Zinc-HTTP-Exceptions'!
SystemOrganization addCategory: #'Zinc-HTTP-Logging'!
SystemOrganization addCategory: #'Zinc-HTTP-Streaming'!
SystemOrganization addCategory: #'Zinc-HTTP-Support'!
SystemOrganization addCategory: #'Zinc-HTTP-Variables'!

0 comments on commit 0954816

Please sign in to comment.