MyLogPHP
This class allow programmers to easily write messages to a log file. QUICK START Include in your script the file "MyLogPHP.class.php". include('MyLogPHP.class.php'); Instantiate the object. Optionally you can pass the log file name and the separator as a parameter. Default log file name is "_MyLogPHP-1.2.log.csv" in current folder, and default separator is comma (,). $log = new MyLogPHP('./log/debug.log.csv'); Make sure the directory where the log will be created is writable. Call method "info", "warning", "error" or "debug" to write the messages. The first parameter is the message, the optional second parameter is a free tag at your choice to help you filter the log when opened by an spreadsheet software, like OpenOffice Calc or Microsoft Excel. $log->info('This message will be logged in the file debug.log.csv','TIP'); That's it!
Micro Jobs Theme - Setup a website like Fiverr today *New 2022*Sponsored
Thumbtack Clone Script - Buy2ThumbsupSponsored
Auction Theme: Start your own auction website today. (New 2022) - Download Now!Sponsored
Help/Fix on AWS VPC General/Advanced Services (1 Hour)
One hour of help or fixes for AWS VPC networking issues or advanced configurations.
Cost optimization by replacing IPv4 with IPv6 and configuring DNS for it
Plan and configure IPv6 addressing and DNS so you can reduce IPv4 usage and related costs.
AWS S3 Glacier Low Cost Deep Archive configurations
Configure S3 Glacier Deep Archive for ultra low-cost long term data storage.
Cost optimization by archiving standard AWS snapshots
Reduce storage costs by cleaning up and archiving old EC2 or EBS snapshots safely.

