Skip to content

A TYPO3 extension wrapper around the Apache log4php library

License

Notifications You must be signed in to change notification settings

p3337/golib_log4php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golib_log4php

This extension is a wrapper around the Apache log4php library which provides advanced logging facilities for PHP.

Usage

Usage of golib_log4php is almost identical to the standard log4php, which is very well documented here. The current differences are:

  • Instead of using Logger::getLogger(...) you have to use tx_goliblog4php::getLogger(...) (and for every other method you might want to call on Logger). This is necessary because the TYPO3 autoloade mechanism only supports classes prefixed with tx_.

  • By default, tx_goliblog4php will load the default_config.xml configuration file in the extension's root directory. This configures the logger to write the logs into uploads/log4php/default.log. If you want to modify the configuration, you can do so by creating a log4php.xml file in typo3conf/. Note that if such a file exists, default_config.xml will not be loaded anymore.

  • An .htaccess file denying all webserver access to the uploads/log4php/ will be created automatically. Nonetheless you should make sure that it is not user accessible.

LICENSE

Copyright 2012 by Gosign media. GmbH

golib_log4php is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. golib_log4php is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with golib_log4php. If not, see http://www.gnu.org/licenses

About

A TYPO3 extension wrapper around the Apache log4php library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%