aran112000/nope-php

[FEATURE] Simpler way to implement new logs and map up the log format

aran112000 opened this issue · 0 comments

Currently, the log format is buried in the core code which is awful and needs to be extracted.

As log formats are common to vary, we need a better way for this to be abstracted and managed - perhaps also a default list of the most common formats as templates to help users who aren't confident with regex