OssUtilsIsLoggingPrefixValid Method |
判断日志前缀是否合法
Namespace: Aliyun.OSS.UtilAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic static bool IsLoggingPrefixValid(
string loggingPrefix
)
Parameters
- loggingPrefix
- Type: SystemString
需要判断的日志前缀
Return Value
Type:
Boolean是否合法
See Also