Class Log

Description
  • abstract: Provides a method of writing to a log file.

Located in /log/Log.php (line 15)


	
			
Method Summary
void enable ()
void hr ()
void section ([ $title = 'Section'])
void write ([string $message = '(empty message)'], [ $mode = 'a'])
Methods
Constructor __construct (line 47)
  • abstract: Constructor
  • access: public
Log __construct ()
enable (line 54)
  • abstract: Sets up the directories and files as necessary
  • access: public
void enable ()
hr (line 163)
  • abstract: Writes a breaking line
  • access: public
void hr ()
section (line 171)
  • abstract: Writes a new section header
  • access: public
void section ([ $title = 'Section'])
  • $title
write (line 146)
  • abstract: Writes a new message to the log file
  • access: public
void write ([string $message = '(empty message)'], [ $mode = 'a'])
  • string $message
  • $mode

Documentation generated on Wed, 15 Apr 2009 17:03:40 -0700 by phpDocumentor 1.4.1