/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Logging
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Logging/LogLine.php (1623B)
logMessage = $logMessage;
}
public function getLogMessage()
{
return $this->logMessage;
}
public function setSeverity($severity)
{
$this->severity = $severity;
}
public function getSeverity()
{
return $this->severity;
}
/**
* @param Google_Service_Logging_SourceLocation
*/
public function setSourceLocation(Google_Service_Logging_SourceLocation $sourceLocation)
{
$this->sourceLocation = $sourceLocation;
}
/**
* @return Google_Service_Logging_SourceLocation
*/
public function getSourceLocation()
{
return $this->sourceLocation;
}
public function setTime($time)
{
$this->time = $time;
}
public function getTime()
{
return $this->time;
}
}