Skip to content

classes_essentials_logging_logentry.class

Daniel Spors edited this page Dec 19, 2023 · 2 revisions

Classes in file essentials/logging/logentry.class.php

class LogEntry

Represents a logfile entry. We use this class to collect information before logging them. It allows to create murch more detailed logs as the PHP standart allows.

serialize

INTERNAL Creates a machine readable representation of this LogEntry

toReadable

INTERNAL Creates a human readable representation of this LogEntry

Clone this wiki locally