-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChanges
55 lines (30 loc) · 1.22 KB
/
Changes
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Revision history for Log-Any-Adapter-Log4perl
{{$NEXT}}
0.09 2018-04-22 13:41:19+02:00 Europe/Oslo
[Added]
- Added support for mapping Log::Any structured logging (added in
Log-Any 1.700) to the Mapped Diagnostic Context. Thanks @dakkar!
[Github #5]
0.08 2015-04-04 14:06:26-04:00 America/New_York
[Changed]
- Bumped Log::Any::Adapter prereq to 1.03
0.07 2015-01-01 22:39:19-05:00 America/New_York
[Fixed]
- Fixed failing tests with Log::Any 1.00+ by using wrapper_register
rather than munging Log4perl's legacy caller-level global variable
[Changed]
- Removed unnecessary formatting function wrappers given switch to
using wrapper_register
[Prereqs]
- Requires Log::Log4perl 1.32 or later for bug-free wrapper_register
0.06 Mar 11, 2010
- Fix typo in t/00-load.t - RT 54627
0.05 Feb 13, 2010
- Fix tests to work with trace level
0.04 Jan 26, 2010
- Set $Log::Log4perl::caller_depth correctly so that %C,%F,%L patterns will work - reported by Chris Moewes-Bystrom
0.03 Oct 27, 2009
- Update docs for new Log::Any::Adapter API
- Add dependency on Log::Any::Adapter instead of Log::Any
0.02 Jul 17, 2009
- Initial version