Index

Package: Alog

Description

package Alog is
Alog: Ada Logging Components. Provides easy to use API for different logging facilities and log message transforms.

Types

Log_Level

type Log_Level is
     (Debug,
      Info,
      Notice,
      Warning,
      Error,
      Critical,
      Alert,
      Emergency);
Provided log levels. These log levels can be used to categorize log messages.

Constants & Global variables

Max_Path_Length (Natural)

Max_Path_Length : constant Natural := 128;
Maximal length of path names.

Max_Facilities (Natural)

Max_Facilities : constant Natural := 15;
Maximum number of facilities a single logger instance can manage.