System:Log

From Aspen Documentation

The log class allows you to record messages and debugging information to a file on the server.

Logging must be enabled in your configuration and a log folder with write permissions by your webserver must exist.

To enable logging, place the following configuration in your config files:

$config['enable_logging'] = false;


Function Description
hr Adds a horizontal rule to the log.
section Adds a section title that helps separate content.
write Writes information to the system log.