Index

Package: DDS.Logger.LoggerDevice

Description

package DDS.Logger.LoggerDevice is

Classes

Ref

type Ref is limited new Ada.Finalization.Limited_Controlled and Logger.LoggerDevice_Interface with private;

Ancestors:

Limited_Controlled

Immediate Children:

Primitive operations:

Close (Inherited)
Close (Inherited)
Finalize (overriding Finalize)
GetDevice (Inherited)
GetDevice (overriding ndds_ndds_config_c_h.NDDS_Config_LoggerDevice)
GetDevice (Inherited)
GetLogger (Inherited)
GetLogger
Initialize (overriding Initialize)
Write (Inherited)
Write (Inherited)

Types

Ref_Access

type Ref_Access is access all Ref'Class;

Subprograms & Entries

Write

procedure Write 
(Self: Ref;
Text: Standard.String;
Level: LogVerbosity) is null;

Close

procedure Close 
(Self: Ref) is null;