flog.admin.inc |
flog.admin.inc |
|
Admin page callbacks for the flog module. |
flog.info |
flog.info |
|
name = File logger
description = Allows developers to dump variables to a file for easy tailing during development.
core = 7.x
package = Development
configure = admin/config/development/flog
files[] = flog.module |
flog.install |
flog.install |
|
flog: Dump variables to a file. |
flog.module |
flog.module |
|
File logger. Dump a variable to a configurable file. |
README.txt |
README.txt |
|
File Logger Module
------------------------
by Dwight Aspinwall, dwight.aspinwall@gmail.com
Description
-----------
This is a simple module that allows developers to configure a log file from within Drupal and
dumps variables to it from within a… |