Google\Cloud\Logging\V2\LoggingServiceV2Client::formatLogName PHP Method

formatLogName() public static method

Formats a string containing the fully-qualified path to represent a log resource.
public static formatLogName ( $project, $log )
    public static function formatLogName($project, $log)
    {
        return self::getLogNameTemplate()->render(['project' => $project, 'log' => $log]);
    }