diff dw.def @ 1306:dbd507f42947

Added dw_debug() logging function which will output a message to the debugging console. On Windows this uses OutputDebugMessage(), on Mac it uses NSLog() ... The other platforms currently just dump it to stderr. Maybe more enhancements to come.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 03 Nov 2011 23:34:10 +0000
parents b99b0b2c2826
children
line wrap: on
line diff
--- a/dw.def	Thu Nov 03 10:09:11 2011 +0000
+++ b/dw.def	Thu Nov 03 23:34:10 2011 +0000
@@ -13,6 +13,7 @@
   dw_exit                                @12
   dw_beep                                @13
   dw_messagebox                          @14
+  dw_debug                               @15
 
   dw_environment_query                   @16
   dw_exec                                @17