Systemlog
class Systemlog extends Contract
Methods
void
write(string $type, string $value_id, string $location, string $message, string $submod = '', string $action = '')
Write new data
void
truncate()
Flush log data
void
download()
Download log as plain text etc
string
__toString()
No description
Details
at line 10
void
write(string $type, string $value_id, string $location, string $message, string $submod = '', string $action = '')
Write new data
at line 15
Contract
read(object|null $datagrid = null)
Read log data
at line 54
void
truncate()
Flush log data
at line 59
void
download()
Download log as plain text etc
at line 71
string
__toString()
No description