package Alog.Facilities.File_Descriptor is
type Instance is new Alog.Facilities.Instance with private;
type Handle is access all Instance;
Open_File_Error : exception;
procedure Teardown
( | Facility | : in out Instance); |
procedure Set_Logfile
( | Facility | : in out Instance; |
Path | : String; | |
Append | : Boolean := True); |
procedure Close_Logfile
( | Facility | : in out Instance; |
Remove | : Boolean := False); |