

/// log.level
////////////////////////////////////////////////////////////////////////

(string)'INFO'



/// log.message
////////////////////////////////////////////////////////////////////////

(string)'Testing'



/// log.timestamp
////////////////////////////////////////////////////////////////////////

(string)'2014-10-16T02:47:25+00:00 (UTC)'



/// string
////////////////////////////////////////////////////////////////////////

(string)'this is a longer string value'



/// int
////////////////////////////////////////////////////////////////////////

(integer)969



/// array
////////////////////////////////////////////////////////////////////////

(array)array (
  0 => 'random',
  'key' => 'strval',
  1 => 555,
)



/// true
////////////////////////////////////////////////////////////////////////

(boolean)true



/// false
////////////////////////////////////////////////////////////////////////

(boolean)false



/// null
////////////////////////////////////////////////////////////////////////

(NULL)NULL



/// object
////////////////////////////////////////////////////////////////////////

(object)Chevron\Loggers\CliLogger::__set_state(array(
))

