File: Changes

package info (click to toggle)
liblog-contextual-perl 0.00304-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 200 kB
  • sloc: perl: 1,534; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
ChangeLog for Log-Contextual

0.00304 2010-07-31
  - Add $package_UPTO environment variable for WarnLogger

0.00303 2010-07-10
  - Fix broken Log::Log4perl test

0.00302 2010-07-08
  - Add Log::Contextual::TeeLogger
  - Add levels_upto (RT58558)
  - Use Log::Log4perl 1.29 to clean up caller stuff

0.00301 2010-07-08
  [deleted due to missing the TeeLogger]

0.00300 2010-06-03
  - Add -package_logger import option

0.00202 2010-05-23
  - Fix a bug that caused Dlog and friends not to work with a default

0.00201 2010-03-04
  - I left a needed file for testing out of the MANIFEST; fixing :-/

0.00200 2010-03-03
  - add example for Log::Dispatchouli since it works nicely now
  - make Log::Log4perl work out of the box
  - Added WarnLogger for libraries
  - Warn if set_logger is called more than once
  - Fix tiny POD errors

0.00101 2010-02-21
  - Fix tests to not need use lib (incorrect test failures)

0.00100 2010-02-20
  - initial release