1
0
Fork 0

log: Make it possible to set the context for the current data..

This commit is contained in:
Holger Hans Peter Freyther 2011-02-05 16:54:08 +01:00
parent 8a5e5d6526
commit 0aba20a891
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"
(C) 2010 by Holger Hans Peter Freyther
(C) 2010-2011 by Holger Hans Peter Freyther
All Rights Reserved
This program is free software: you can redistribute it and/or modify
@ -22,6 +22,12 @@ Object extend [
^ LogManager default
]
logDataContext: aData area: anArea [
<category: '*osmo-logging-core'>
(self logManager)
context: 'data' value: aData.
]
logDebug: aMessage area: anArea [
<category: '*osmo-logging-core'>
(self logManager)