type Ref is limited new Ada.Finalization.Limited_Controlled and Logger.LoggerDevice_Interface with private;
type Ref_Access is access all Ref'Class;
procedure Write
| ( | Self | : Ref; |
| text | : Standard.String; | |
| level | : LogVerbosity) is null; |
procedure Close
| ( | Self | : Ref) is null; |