-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16e88ae
commit 8a2c927
Showing
15 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,16 +10,16 @@ | |
*/ | ||
namespace Cascade; | ||
|
||
use Monolog\Handler\HandlerInterface; | ||
use Monolog\Logger; | ||
use Monolog\Registry; | ||
|
||
use Cascade\Config; | ||
use Cascade\Config\ConfigLoader; | ||
|
||
/** | ||
* Module class that manages Monolog Logger object | ||
* @see Monolog\Logger | ||
* @see Monolog\Registry | ||
* @see Logger | ||
* @see Registry | ||
* | ||
* @author Raphael Antonmattei <[email protected]> | ||
*/ | ||
|
@@ -34,12 +34,12 @@ class Cascade | |
|
||
/** | ||
* Create a new Logger object and push it to the registry | ||
* @see Monolog\Logger::__construct | ||
* @see Logger::__construct | ||
* | ||
* @throws \InvalidArgumentException if no name is given | ||
* | ||
* @param string $name The logging channel | ||
* @param Monolog\Handler\HandlerInterface[] $handlers Optional stack of handlers, the first | ||
* @param HandlerInterface[] $handlers Optional stack of handlers, the first | ||
* one in the array is called first, etc. | ||
* @param callable[] $processors Optional array of processors | ||
* | ||
|
@@ -90,7 +90,7 @@ public static function logger($name) | |
/** | ||
* Return the config options | ||
* | ||
* @return array Array with configuration options | ||
* @return Config Array with configuration options | ||
*/ | ||
public static function getConfig() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters