Class rex_log_entry

Log entry class.

Package: redaxo\core
Author: gharlan
Located at redaxo/src/core/lib/util/log_file.php

Methods summary

public
# __construct( integer $timestamp, array $data )

Constructor.

public static rex_log_entry
# createFromString( string $string )

Creates a log entry from string.

public integer|string
# getTimestamp( string $format = null )

Returns the timestamp.

public array
# getData( )

Returns the log data.

public string
# __toString( )