Re-enabled the -v notime option, it was broken.
[yaz-moved-to-github.git] / include / yaz / ylog.h
index 09f2247..b6dcf6b 100644 (file)
@@ -23,7 +23,7 @@
  * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  * OF THIS SOFTWARE.
  *
- * $Id: ylog.h,v 1.1 2004-11-18 15:18:13 heikki Exp $
+ * $Id: ylog.h,v 1.3 2004-11-19 10:07:08 heikki Exp $
  */
 
 /**
@@ -65,7 +65,6 @@ YAZ_BEGIN_CDECL
 #define YLOG_LAST_BIT YLOG_LOGLVL /* the last bit used for regular log bits */
                                 /* the rest are for dynamic modules */
 
-#define logf yaz_log
 
 /** 
  * yaz_log_init is a shorthand for initializing the log level and prefixes */
@@ -136,6 +135,7 @@ YAZ_EXPORT void log_event_end(void (*func)(int level, const char *msg, void *inf
        void *info);
 
 YAZ_EXPORT void yaz_log_reopen(void);
+
 YAZ_END_CDECL
 
 #endif