aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-19pharo: Provide a drop-in replacement for the ProcessVariableHEADmasterHolger Hans Peter Freyther2-2/+39
2013-02-11pharo: Re-write backtrace related code for the logging targetHolger Hans Peter Freyther1-1/+3
2013-02-10pharo: Use Transcript>>#cr on pharoHolger Hans Peter Freyther1-0/+1
2013-02-10misc: Rename the category to blend in with the pharo naming.Holger Hans Peter Freyther2-15/+15
2013-02-10misc: Create a makefile to help in exporting to pharoHolger Hans Peter Freyther2-0/+14
2011-09-17image: Forget about the memory on image reloading to avoid freeHolger Hans Peter Freyther1-1/+9
2011-08-23log: Find the log manager with the right scopeHolger Hans Peter Freyther1-1/+1
2011-08-23syslog: Workaround a libc multiarch debian issue.Holger Hans Peter Freyther1-0/+3
Finding libc is a difficult business, load libm to avoid this issue.
2011-04-14syslog: Improve the manual test caseHolger Hans Peter Freyther1-5/+21
2011-04-14syslog: Fix the level for the custom exception methodHolger Hans Peter Freyther1-1/+3
2011-04-14syslog: Allow to prepend a prefix to every log messageHolger Hans Peter Freyther1-2/+12
2011-04-11syslog: Keep the name of the syslog aroundHolger Hans Peter Freyther2-2/+25
We need to keep the pointer around and we place it in the Smalltalk dictionary.
2011-04-04syslog: Add support to log to the syslog infrastructureHolger Hans Peter Freyther2-0/+81
2011-04-03log: Make it possible to log exceptionsHolger Hans Peter Freyther2-1/+31
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 Freyther2-1/+35
2010-10-20log: Change the name of the packageHolger Hans Peter Freyther1-1/+1
2010-10-20log: Change the namespace to OsmoHolger Hans Peter Freyther1-1/+1
2010-10-20log: Add the LogTest.st with some client code of the log frameworkHolger Hans Peter Freyther1-0/+20
2010-09-08package.xml: Create a dummy log packageHolger Hans Peter Freyther1-0/+9
2010-09-08LogFilter: Create a LogFilter base classHolger Hans Peter Freyther1-1/+13
The LogFilter will be used to filter based on context with the right context filters. We are likely to have a default chain of ANDed filters that will be checked.
2010-09-08LogManager: Add per process variables for the contextHolger Hans Peter Freyther1-0/+12
E.g. to add the current imsi use: self logManager context: 'imsi' value: IMSI
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
Create: LogTarget LogTargetTranscript Use LogArea, find area's automatically.
2010-09-07LogManager: Make the LogArea's work across sourcecode updatesHolger Hans Peter Freyther1-43/+76
Create subclasses of the LogArea for different areas, have a way of finding these areas and putting them into a local dictionary. Create the LogEntry class to carry a log entry as proposed by Paolo.
2010-09-06Use the loglevel of the area.Holger Hans Peter Freyther1-7/+8
Turn the log level into integers to be able to compare them as such.
2010-09-06Fix the logging, log at the enabled statusHolger Hans Peter Freyther1-12/+28
- Use the right selector - Get the area, look at the enabled status
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
2010-09-05Add a README of what this is aboutHolger Hans Peter Freyther1-0/+7