diff gen/logger.h @ 132:1700239cab2e trunk

[svn r136] MAJOR UNSTABLE UPDATE!!! Initial commit after moving to Tango instead of Phobos. Lots of bugfixes... This build is not suitable for most things.
author lindquist
date Fri, 11 Jan 2008 17:57:40 +0100
parents 5825d48b27d1
children 18ad5601dff7
line wrap: on
line diff
--- a/gen/logger.h	Fri Jan 04 01:38:42 2008 +0100
+++ b/gen/logger.h	Fri Jan 11 17:57:40 2008 +0100
@@ -3,6 +3,8 @@
 
 #include <iostream>
 
+struct Loc;
+
 namespace Logger
 {
     void indent();
@@ -14,7 +16,7 @@
     void disable();
     bool enabled();
 
-    void attention(const char* fmt, ...);
+    void attention(const Loc& loc, const char* fmt, ...);
 
     struct LoggerScope
     {