EMS.Services.TEMSLoggingService.Log

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure Log(const ACategory: string; const AJSON: TJSONObject);

C++

__classmethod void __fastcall Log(const System::UnicodeString ACategory, System::Json::TJSONObject* const AJSON);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSLoggingService


説明

指定されたカテゴリ名とデータRAD サーバー エンジン(RAD サーバーサーバー) ログにエントリを追加します。

カテゴリ名としては、任意の説明文字列を使用してかまいません。

LoggingEnabled プロパティが True であることを確認しなければなりません。

関連項目