]> git.siccegge.de Git - frida/frida.git/blobdiff - src/bindings/Guile.hxx
add logging to the Guile module
[frida/frida.git] / src / bindings / Guile.hxx
index d67a0ddf0ac55dcc0d64de6ff3df312210f55a39..942b04ff9ab00561f8c47dbdb4cad8946ca850f2 100644 (file)
@@ -2,6 +2,7 @@
 #define INCLUDE__Guile_hxx_
 
 #include <libguile.h>
 #define INCLUDE__Guile_hxx_
 
 #include <libguile.h>
+#include <log4cxx/logger.h>
 
 #include "Interpreter.hxx"
 
 
 #include "Interpreter.hxx"
 
@@ -26,6 +27,7 @@ public:
 private:
        SCM guile_output_port;
        SCM guile_error_port;
 private:
        SCM guile_output_port;
        SCM guile_error_port;
+       log4cxx::LoggerPtr logger;
 };
 
 #endif /* INCLUDE__Guile_hxx_ */
 };
 
 #endif /* INCLUDE__Guile_hxx_ */