aboutsummaryrefslogtreecommitdiffstats
path: root/LogManager.st
AgeCommit message (Expand)AuthorFilesLines
2013-02-10misc: Rename the category to blend in with the pharo naming.Holger Hans Peter Freyther1-14/+14
2011-08-23log: Find the log manager with the right scopeHolger Hans Peter Freyther1-1/+1
2011-04-03log: Make it possible to log exceptionsHolger Hans Peter Freyther1-0/+26
2011-02-05log: Make it possible to set the context for the current data..Holger Hans Peter Freyther1-1/+7
2010-12-14Log: Add Copyright header to the filesHolger Hans Peter Freyther1-1/+17
2010-09-08LogFilter: Create a LogFilter base classHolger Hans Peter Freyther1-1/+13
2010-09-08LogManager: Add per process variables for the contextHolger Hans Peter Freyther1-0/+12
2010-09-08LogArea class >> availableAreas: Add method to list available areasHolger Hans Peter Freyther1-0/+7
2010-09-08Move the policy about the areas into the LogManagerHolger Hans Peter Freyther1-43/+40
2010-09-08Create a LogTarget class, with a Transcript implementation, improve LogAreaHolger Hans Peter Freyther1-46/+87
2010-09-07LogManager: Make the LogArea's work across sourcecode updatesHolger Hans Peter Freyther1-43/+76
2010-09-06Use the loglevel of the area.Holger Hans Peter Freyther1-7/+8
2010-09-06Fix the logging, log at the enabled statusHolger Hans Peter Freyther1-12/+28
2010-09-06Implement adding the area to the configHolger Hans Peter Freyther1-1/+4
2010-09-05LogManager: Start designing the API and access.Holger Hans Peter Freyther1-0/+146