Skip to content

classes_essentials_logging_logentry.class

Daniel Spors edited this page Nov 11, 2020 · 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.

Namespace: ScavixWDF\Logging

serialize

INTERNAL Creates a machine readable representation of this LogEntry

toReadable

INTERNAL Creates a human readable representation of this LogEntry

Clone this wiki locally