Google\Cloud\Logging\V2\LoggingServiceV2Client::parseLogFromLogName PHP 메소드

parseLogFromLogName() 공개 정적인 메소드

Parses the log from the given fully-qualified path which represents a log resource.
public static parseLogFromLogName ( $logName )
    public static function parseLogFromLogName($logName)
    {
        return self::getLogNameTemplate()->match($logName)['log'];
    }