"value1", "streamlabel2" => "value2")); $Loki->log("log line text", array("structuredData" => "value")); $Loki->log("log line text", array("structuredData" => "value2")); # send the data to loki at the end to avoid and multiple calls and breaking # the process of the script. $Loki->send();