Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 Java 语言编写同步脚本 » 用于 Java 的 MobiLink 服务器 API 参考 » LogMessage 类

 

getType 方法

语法
public int getType( )
注释

获取此消息的类型。

返回值

此消息的类型可以是 LogMessage.ERROR、LogMessage.INFO 或 LogMessage.WARNING。

示例

请参见: LogMessage 类.