Hernan,
The Visual Smalltalk method is this:
currentClassAndMethod
^Association
key: self class name asString
value: (Processor activeProcess methodAtFrame: 1) selector
asString
I think the Pharo equivalent would be this:
currentClassAndMethod
^Association
key: self class name asString
value: Processor activeProcess name
Donald [|]
--
View this message in context:
http://forum.world.st/Is-someone-working-with-Log4s-tp4732633p4732750.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.