Class LogHandler__JS

Description

The LogHandler class (ignore the file's __JS suffix).

This class can be used to log messages of different priorities in many ways. It is automatically initialized when Wigbi is started.

See the Wigbi.PHP.System.LogHandler class documentation for more information about log handling.

Located in /wigbi_source/php/__js__system/LogHandler.php (line 42)


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

[ASYNC] Log a message with a certain log level.

  • access: public
static void log (string $message, [int $priority = 7], function $onLog)
  • string $message: The message to log.
  • int $priority: The message priority; default debug (7).
  • function $onLog: The function to execute once the log operation is done.

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