Skip to content

Commit

Permalink
Logging, woot!
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Nov 2, 2012
1 parent cedf9a0 commit bd0c6ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.adb
Expand Up @@ -2,6 +2,8 @@ with Ada.Text_IO;
with Alog.Logger;

procedure Main is
Log : Alog.Logger.Instance (Init => True);
begin
Ada.Text_IO.Put_Line("Sting!");
Log.Log_Message (Level => Alog.Info,
Msg => "Stingd! logging");
end Main;

0 comments on commit bd0c6ed

Please sign in to comment.