package Alog.Transforms.Casing is
type Instance is new Alog.Transforms.Instance with private;
type Handle is access all Instance;
function Transform_Message
( | Transform | : Instance; |
Level | : Log_Level := Info; | |
Msg | : String) return String; |
procedure Set_Mode
( | Transform | : in out Instance; |
Mode | : Operation_Mode); |