aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-05 18:42:07 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-05 18:42:07 +0100
commit7457c219d5337e56c9da8d36b013294d93cb2ee5 (patch)
tree6bf834a4b0f1b1424bf6f053a6f1282a2ffbe065 /src/logging.ads
parent7ca1ebe6130e10414162c15c3e85665ca4e1793c (diff)
downloadghdl-7457c219d5337e56c9da8d36b013294d93cb2ee5.tar.gz
ghdl-7457c219d5337e56c9da8d36b013294d93cb2ee5.tar.bz2
ghdl-7457c219d5337e56c9da8d36b013294d93cb2ee5.zip
Errorout: use Logging instead of Text_IO.
Diffstat (limited to 'src/logging.ads')
-rw-r--r--src/logging.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/logging.ads b/src/logging.ads
index faf802193..74471b918 100644
--- a/src/logging.ads
+++ b/src/logging.ads
@@ -17,6 +17,7 @@
-- 02111-1307, USA.
package Logging is
+ -- Crude: log on standard error.
procedure Log (S : String);
procedure Log_Line (S : String := "");
end Logging;