Index

Package: Exceptions

Description

package Alog.Exceptions is
Alog exception package. Contains type definitions for Alog specific exception handling.

Types

Exception_Handler

type Exception_Handler is not null access procedure
     (Except : Ada.Exceptions.Exception_Occurrence;
      Caller : Ada.Task_Identification.Task_Id);
Exception handler callback procedure. Used to register custom callback procedures in active and tasked loggers.