SwatErrorLogger
public abstract class SwatErrorLogger
Abstract base class for logging SwatError objects
A custom error logger can be used to change how uncaught errors are logged in an application. For example, you may want to log errors in a database or store error details in a separate file.
log(mixed e)
Logs a SwatError.
public abstract void log(mixed e)
Logs a SwatError
This is called by SwatError::process().
This document was generated by PHPDoctor: The PHP Documentation Creator
Abstract base class for logging SwatError objects
A custom error logger can be used to change how uncaught errors are logged in an application. For example, you may want to log errors in a database or store error details in a separate file.