EMS.Services.IEMSLoggingService

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
interface
class
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: EMS.Services

Delphi

IEMSLoggingService = interface

C++

__interface  INTERFACE_UUID("{261E2580-D991-4E1B-9FFF-D68EBD2DEB6F}") IEMSLoggingService  : public System::IInterface

Description

Interface that provides members to work with the RAD Server Engine (EMS Server) logs.

Tip: You can use the helper class TEMSLoggingService instead of IEMSLoggingService.

The LoggingEnabled property indicates whether or not the EMS Server logging feature is enabled. If the logging feature is enabled, you can use Log to add your own entries to the EMS Server log.