Skip to content

Pull requests: theorchard/monolog-cascade

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

First commit: license + README
#4 by rantonmattei was merged Jun 10, 2015 Loading… updated Jun 10, 2015
Initial set up
#5 by rantonmattei was merged Jun 12, 2015 Loading… updated Jun 12, 2015
Setting up Travis CI
#6 by rantonmattei was merged Jun 15, 2015 Loading… updated Jun 15, 2015
Added fixtures classes and files
#7 by rantonmattei was merged Jun 15, 2015 Loading… updated Jun 15, 2015
Added option resolvers for Constructor params and additional options
#9 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Loaders: load JSON and Yaml files
#8 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Add LoggerLoader
#11 by rantonmattei was closed Jun 16, 2015 Loading… updated Jun 16, 2015
Formatter Loader + Handler Loader
#10 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Base config file loader
#12 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Adding some examples
#14 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Adding more php versions for Travis CI. Allow failure for php > 5.6 to begin with
#15 by rantonmattei was merged Jun 16, 2015 Loading… updated Jun 16, 2015
Added test coverage with Coveralls + added dependencies in composer.json
#16 by rantonmattei was merged Jun 17, 2015 Loading… updated Jun 17, 2015
Added back all php versions
#17 by rantonmattei was merged Jun 17, 2015 Loading… updated Jun 17, 2015
cleaned up composer.json
#18 by rantonmattei was merged Jun 17, 2015 Loading… updated Jun 17, 2015
Add LoggerLoader + Cascade Config class + Monologger
#13 by rantonmattei was merged Jun 17, 2015 Loading… updated Jun 17, 2015
Made a 'create' factory method instead of inheriting from \Monolog\Lo…
#19 by rantonmattei was merged Jun 18, 2015 Loading… updated Jun 18, 2015
Bumped up version
#21 by rantonmattei was merged Jun 19, 2015 Loading… updated Jun 19, 2015
Renamed MonoLogger to Cascade + added an alias to the getLogger function
#20 by rantonmattei was merged Jun 18, 2015 Loading… updated Jun 19, 2015
Added 'tags' option alias to set Loggly tags as opposed to using 'set…
#23 by rantonmattei was merged Jun 19, 2015 Loading… updated Jun 19, 2015
Added some file comments
#22 by rantonmattei was merged Jun 19, 2015 Loading… updated Jun 19, 2015
Fixed build for HHVM
#24 by rantonmattei was merged Jun 19, 2015 Loading… updated Jun 19, 2015
Support for processors per channel
#25 by kburdon was merged Jul 28, 2015 Loading… updated Jul 28, 2015
Fix the fixture files to account for processors. Should get back the …
#27 by rantonmattei was merged Jul 28, 2015 Loading… updated Jul 28, 2015
Fixed fixture files with propoer class and param names
#28 by rantonmattei was merged Jul 29, 2015 Loading… updated Jul 29, 2015
Fixed IO param types for proper type hinting.
#26 by jian-wu was merged Jul 29, 2015 Loading… updated Jul 29, 2015
ProTip! Exclude everything labeled bug with -label:bug.