EMS.Services.IEMSLoggingService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IEMSLoggingService = interface

C++

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

Properties

Type Visibility Source Unit Parent
interface
class
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services EMS.Services

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.