8889841chome/clixcotz/mars.clix.co.tz/vendor/facade/flare-client-php/src/Glows/Glow.php000066600000001705150536637200023442 0ustar00name = $name; $this->messageLevel = $messageLevel; $this->metaData = $metaData; $this->microtime = $microtime ?? microtime(true); } public function toArray() { return [ 'time' => $this->getCurrentTime(), 'name' => $this->name, 'message_level' => $this->messageLevel, 'meta_data' => $this->metaData, 'microtime' => $this->microtime, ]; } }