Class Log

Description

Log Class

Standardized logging methods for ease of reporting.

Located in /classes/Log.php (line 23)


	
			
Method Summary
static boolean error (string $message)
static boolean information (string $message)
static boolean phpError (string $message, [ $time = false])
static boolean query (string $message)
static boolean slowQuery (string $message)
static boolean transaction (string $message)
static boolean warning (string $message)
Methods
static method error (line 56)

Log Error

  • return: whether or not the write was successful
  • access: public
static boolean error (string $message)
  • string $message: message to log
static method information (line 32)

Log Information

  • return: whether or not the write was successful
  • access: public
static boolean information (string $message)
  • string $message: message to log
static method phpError (line 92)

Log PHP Error

  • return: whether or not the write was successful
  • access: public
static boolean phpError (string $message, [ $time = false])
  • string $message: message to log
  • $time
static method query (line 104)

Log SQL Query

  • return: whether or not the write was successful
  • access: public
static boolean query (string $message)
  • string $message: message to log
static method slowQuery (line 68)

Log Slow Query

  • return: whether or not the write was successful
  • access: public
static boolean slowQuery (string $message)
  • string $message: message to log
static method transaction (line 80)

Log Credit Card Transaction

  • return: whether or not the write was successful
  • access: public
static boolean transaction (string $message)
  • string $message: message to log
static method warning (line 44)

Log Warning

  • return: whether or not the write was successful
  • access: public
static boolean warning (string $message)
  • string $message: message to log

Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by phpDocumentor 1.4.3