-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
136 lines (78 loc) · 3.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Changelog for Dancer-Logger-ConsoleAggregator
v0.006 2012-08-07T19:28:07
[Khaled Hussein <[email protected]>]
- Merge pull request #6 from throughnothing/master
Updates galore.
[Naveed Massjouni <[email protected]>]
- Allow blessed objects to be logged
[William Wolf <[email protected]>]
- Add logging on errors.
It seems the 'after' hook wasn't logging on error,
so I made it subscribe to the 'after_error_render' hook
in addition to the 'after' hook.
- v0.006
- v0.005
[Naveed Massjouni <[email protected]>]
- Allow blessed objects to be logged
[William Wolf <[email protected]>]
- CHANGES file
- Merge pull request #1 from ironcamel/allow-blessed
Allow blessed
- Add try/catch around flush, update logic.
Check to make sure the object is a hash,
otherwise we use Data::Dumper to turn it
into a string.
- CHANGES file
- Add try/catch around flush, update logic.
Check to make sure the object is a hash,
otherwise we use Data::Dumper to turn it
into a string.
v0.004 2012-03-22T11:40:44
[KnightHacker <[email protected]>]
- Updating version
v0.003 2012-03-22T11:35:44
[Khaled Hussein - KnightHacker <[email protected]>]
- Merge pull request #4 from throughnothing/master
Fixes a bug with debugging strings
- Merge pull request #3 from throughnothing/master
Fix issue when debugging strings only.
[KnightHacker <[email protected]>]
- Upping the version
- Merge branch 'master' of
github.com:khussein/Dancer-Logger-ConsoleAggregator
* 'master' of github.com:khussein/Dancer-Logger-ConsoleAggregator:
Fix issue with logging strings only.
[William Wolf <[email protected]>]
- Fix issue with eval on scalars.
This fix an issue where strings were being used as
objects rather than being appended to messages.
- Fix issue with logging strings only.
If no perl objects or json objects were logged, but
only strings, then it would fail to output anything.
v0.002 2012-03-20T20:47:56
[Khaled Hussein - KnightHacker <[email protected]>]
- Merge pull request #2 from throughnothing/json
Adds capability to log to a specific key. This is helpful for indexing
logs.
[KnightHacker <[email protected]>]
- Readme changes
- Adds more documentation.
[William Wolf <[email protected]>]
- Make all request data a nicely formatted json object.
v0.001 2012-03-20T02:32:54
[Khaled Hussein - KnightHacker <[email protected]>]
- Merge pull request #1 from throughnothing/master
Dzil
[KnightHacker <[email protected]>]
- Removes implicit dereferencing :).
- Cleans my 'use' packages;
- Registers an 'after' hook.
That way the app developer doesn't need to explicitly add an after hook
to their
app.
- Fixes a bug: log messages not reset after printed.
- Initial Commit
[William Wolf <[email protected]>]
- get rid of Exporter stuff
- fix newline issue
- Add Dzil stuff for cpan.