EMS.Services.TEMSLoggingService.Log

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSLoggingService


Description

Ajoute une entrée aux journaux du Moteur RAD Server (Serveur EMS) avec le nom de catégorie et les données spécifiés.

Comme nom de catégorie vous pouvez utiliser n'importe quelle chaîne descriptive.

Vous devez vérifier que LoggingEnabled vaut True.

Voir aussi