added getLogLevel() function.
[swftools.git] / lib / log.c
index d835836..6c8cb5d 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -47,6 +47,10 @@ int getScreenLogLevel()
 {
     return screenloglevel;
 }
+int getLogLevel()
+{
+    return maxloglevel;
+}
 
 void setConsoleLogging(int level)
 {