EMS.Services.IEMSLoggingService.Log

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: IEMSLoggingService

Delphi

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

C++

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

Description

Adds an entry to the RAD Server Engine (EMS Server) logs with the specified category name and data.

As category name you may use any descriptive string.

You should check that LoggingEnabled is True.

See Also