classes and tools for cmsx

dev-main 2025-02-12 07:10 UTC

This package is auto-updated.

Last update: 2025-05-12 07:38:38 UTC


README

cmsx version

Todo: add more stuff to this class

Class: Logging

Usage:

// Namespace
use Bitworker\Cmsx\Logging;


$bw = new Logging();
$bw->filelog = true;
$bw->log("55555", "TEST", "SUCCESS");