Swift_Plugins_Logger
in
Logs events in the Transport system.
Tags
Table of Contents
- add() : mixed
- Add a log entry.
- clear() : mixed
- Clear the log contents.
- dump() : string
- Get this log as a string.
Methods
add()
Add a log entry.
public
add(string $entry) : mixed
Parameters
- $entry : string
Return values
mixed —clear()
Clear the log contents.
public
clear() : mixed
Return values
mixed —dump()
Get this log as a string.
public
dump() : string