User tests: Successful: Unsuccessful:
This was the only static method accessing class variables via self::$instance .
I want to make a wrapper around Monolog for logging. With this I can just add monolog and my wrapper library to composer (which I include elsewhere) and I am good to go.
Labels |
Added:
?
|
Category | ⇒ | Libraries |
I'll try and test this this weekend. But I definitely like the principle of this :)
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-14 00:42:14 |
Milestone |
Added: |
My extension class of JLog (not included in commit) simply adds the following lines after the signature has been created. This allows me to initiate and configure the wrapper object (which implements Serializable) elsewhere.