*** empty log message ***
[m17n/m17n-lib-cs.git] / M17N.cs
diff --git a/M17N.cs b/M17N.cs
index 154e9a8..fe469ae 100644 (file)
--- a/M17N.cs
+++ b/M17N.cs
@@ -29,5 +29,11 @@ namespace M17N
       if (debug)
        Console.Write (fmt, arg1, arg2);
     }
+
+    public static void DebugPrint (string fmt, object arg1, object arg2, object arg3)
+    {
+      if (debug)
+       Console.Write (fmt, arg1, arg2, arg3);
+    }
   }
 }