I want to use Zend Framwork's Log mechanism as a seperated component,that means all I want from ZF is just the Log, How can I do this?
feedback
|
|
According to these two pages
What this means is that you really only need the following from the framework itself
You should then be able to use the logger as a stand-alone component. Just add the
| |||
|
feedback
|
|
Whenever I want to use individual components from Zend Framework I simply include a small file called
This is probably not as efficient as issuing explicit | |||
|
feedback
|