dev-master
9999999-dev https://github.com/nitricware/nwlogLogging functions for any PHP script.
MIT
The Requires
- php >=5.3.0
log php logging
Wallogit.com
2017 © Pedro PelĂĄez
Logging functions for any PHP script.
Disclaimer: This package is a legacy package for nitricware/nwfileoperations and nitricware/nwdatabase (before version 2.0), (*1)
NWLog is a set of functions that allows you to easily log status in your script., (*2)
The NWLog system is distributed under the MIT License which allows you to use it privately and commercially, to distribute, modify and sublicense it. You may not hold me liable and must include my name in the credits of your work., (*3)
NWLog was created by Kurt Höblinger as NitricWare., (*4)
Use Composer to install NWLog to your project via the composer require nitricware/nwlog command or in your composer.json.
Alternatively you can also just include the NWLog.php-file., (*5)
require "./path/to/NWLog.phpâ; use NitricWare\NWWriteLog; use NitricWare\NWDeleteLog; use NitricWare\NWPrintLog;
For information about the functions, please check the documentation inside the .php-file!, (*6)
v1.0.3 - composer fix v1.0.2 - added custom backtrace - bugfixes, (*7)
v1.0.1 - bugfixes, (*8)
v1.0 - initial release, (*9)
Logging functions for any PHP script.
MIT
log php logging