summaryrefslogtreecommitdiff
path: root/anthy/logger.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2009-02-07 16:32:56 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2009-02-07 16:32:56 +0000
commita7a06a7ccfe0af1e134357678b8fa6cf87dff3b0 (patch)
treea966aeee62e69ae3ad13275d07ddb15049b14e0e /anthy/logger.h
downloadanthy-master.tar.gz
Diffstat (limited to 'anthy/logger.h')
-rw-r--r--anthy/logger.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/anthy/logger.h b/anthy/logger.h
new file mode 100644
index 0000000..da5a65f
--- /dev/null
+++ b/anthy/logger.h
@@ -0,0 +1,8 @@
+/* デバッグやエラーのメッセージの出力 */
+#ifndef _logger_h_included_
+#define _logger_h_included_
+
+void anthy_do_set_logger(void (*)(int , const char*), int lv);
+void anthy_log(int lv, const char *, ...);
+
+#endif