Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.gravity.service.logging 

ILogDestination  - AS3 ADEP Client Component

パッケージcom.adobe.gravity.service.logging
インターフェイスpublic interface ILogDestination

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Service interface for log destinations. Implement and register an ILogDestination service if you wish to receive log messages.



パブリックメソッド
 メソッド定義元
  
log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void
Log a message.
ILogDestination
メソッドの詳細

log

()メソッド
public function log(level:int, timestamp:Date, sequence:Number, bundleId:int, loggerName:String, message:String, params:Object, actor:Object, error:Error):void

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10
ランタイムバージョン: AIR 1.1, Flash Player 9

Log a message.

パラメーター

level:int — The log level of the message, for example LogLevel.WARNING.
 
timestamp:Date — The timestamp for the log message.
 
sequence:Number — A sequence number for absolutely ordering all log messages (generally generated by Sequence.next()).
 
bundleId:int — The bundle that logged the message.
 
loggerName:String — The name of the logger.
 
message:String — The message to be logged. May contain {param} parameters to be substituted; use FormatMessage to perform the substitution.
 
params:Object — Any parameters that might need to be substituted into the message, and possibly other parameters that might be of interest. May be null.
 
actor:Object — The object instance that logged the message. May be null.
 
error:Error — If an error is being logged, the Error object. Otherwise null.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。