1
0
Fork 0

pharo: Re-write backtrace related code for the logging target

This commit is contained in:
Holger Hans Peter Freyther 2013-02-11 00:16:33 +01:00
parent 8f3b280a62
commit 5e4b75e143
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@ GST_PACKAGE = gst-package
GST_CONVERT = gst-convert
CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
-r'(Transcript nl)->(Transcript cr)'
-r'(Transcript nl)->(Transcript cr)' \
-r'(thisContext parentContext)->(thisContext sender)' \
-r'(``@object backtraceOn: ``@args1)->(``@object printOn: ``@args1)'
all: