

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

string(4) "INFO"




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

string(7) "Testing"




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

string(31) "2014-10-16T02:56:53+00:00 (UTC)"




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

string(29) "this is a longer string value"




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

int(969)




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

array(3) {
  [0] =>
  string(6) "random"
  'key' =>
  string(6) "strval"
  [1] =>
  int(555)
}




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

bool(true)




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

bool(false)




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

NULL




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

class Chevron\Loggers\CliLogger#2 (0) {
}


