Click or drag to resize
OssUtilsIsLoggingPrefixValid Method
判断日志前缀是否合法

Namespace: Aliyun.OSS.Util
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public static bool IsLoggingPrefixValid(
	string loggingPrefix
)

Parameters

loggingPrefix
Type: SystemString
需要判断的日志前缀

Return Value

Type: Boolean
是否合法
See Also