A standard yet lightweight NCC logging library for logging events both big and small with real-time tracing for debugging purposes.
Find a file
2022-12-31 01:24:29 -05:00
.idea Refactored Project, various changes and bug fixes. Implemented file logging 2022-12-22 18:02:41 -05:00
src/LogLib Minor correction 2022-12-31 01:24:29 -05:00
tests Improved backtracing 2022-12-31 01:23:30 -05:00
.gitignore Added .gitignore 2022-12-13 23:20:34 -05:00
Makefile Refactored Project, various changes and bug fixes. Implemented file logging 2022-12-22 18:02:41 -05:00
project.json Refactored Project, various changes and bug fixes. Implemented file logging 2022-12-22 18:02:41 -05:00
README.md Refactored Project, various changes and bug fixes. Implemented file logging 2022-12-22 18:02:41 -05:00

LogLib

A logging library for PHP/ncc, this was quickly thrown together to provide a simple logging interface and to test out NCC's capabilities for PHP.

Getting started

First

building

$ git clone https://git.n64.cc/nosial/libs/loglib.git
$ cd loglib

$ ncc build --config release
# or
$ make release

installing

$ sudo ncc install -p="build/release/net.nosial.loglib.ncc"
# or
$ sudo make install