available innewer software using ylog.h. It conflicted with a
math function
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*
- * $Id: log.h,v 1.21 2004-11-19 09:59:31 heikki Exp $
+ * $Id: log.h,v 1.22 2004-11-19 10:07:08 heikki Exp $
*/
/**
#define LOG_DEFAULT_LEVEL YLOG_DEFAULT_LEVEL
+/* logf is deprecated, as it conflicts with a math function */
+#define logf yaz_log
#endif
YAZ_END_CDECL
* LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
* OF THIS SOFTWARE.
*
- * $Id: ylog.h,v 1.2 2004-11-19 09:59:31 heikki Exp $
+ * $Id: ylog.h,v 1.3 2004-11-19 10:07:08 heikki Exp $
*/
/**
#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 */