package DDS.Logger.Bufferd_Logger is
type Ref is new DDS.Logger.LoggerDevice.Ref with private;
overriding procedure Write
| ( | Self | : not null access Ref; | 
| Text | : Standard.String; | |
| Level | : DDS.LogVerbosity); | 
overriding procedure Close
| ( | Self | : not null access Ref); | 
not overriding procedure Reset
| ( | Self | : not null access Ref); | 
not overriding procedure Save
| ( | Self | : not null access Ref; | 
| To | : access Ada.Streams.Root_Stream_Type'Class); | 
not overriding procedure Save
| ( | Self | : not null access Ref; | 
| To | : Standard.String); | 
not overriding procedure Dump
| ( | Self | : not null access Ref); | 
not overriding function Image
| ( | Self | : not null access Ref) return Standard.String; |