Class jLog

Description

utility class to log some message into a file into yourapp/var/log

Located in /utils/jLog.class.php (line 18)


	
			
Method Summary
static void dump (mixed $obj, [string $label = ''], [string $type = 'default'])
static void log (mixed $message, [string $type = 'default'])
Methods
static dump (line 28)

log a dump of a php value (object or else)

  • access: public
static void dump (mixed $obj, [string $label = ''], [string $type = 'default'])
  • mixed $obj: the value to dump
  • string $label: a label
  • string $type: the log type
static log (line 42)

log a message

  • access: public
static void log (mixed $message, [string $type = 'default'])
  • mixed $message
  • string $type: the log type

Documentation generated on Thu, 19 Sep 2013 00:06:13 +0200 by phpDocumentor 1.4.3