Class LogHandler

Description

The LogHandler class.

This class can be used to log messages of different priorities to different log targets. It is automatically initialized when Wigbi is started, using the log handlers that are set in the config file.

The class has eight different priority levels: emergency (0), alert (1), critical (2), error (3), warning (4), notice (5), info (6)</i> and

Located in /wigbi_source/php/system/LogHandler.php (line 43)


	
			
Method Summary
 static void log (string $message, [int $priority = 7])
Methods
static log (line 65)

Log a message with a certain priority level.

  • access: public
static void log (string $message, [int $priority = 7])
  • string $message: The message to log.
  • int $priority: The message priority level; default debug (7).

Documentation generated on Sun, 27 Dec 2009 20:12:03 +0100 by phpDocumentor 1.4.1