X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Flog.h;h=cee998a2969f7f8db8948042676b9d4f2d31806b;hp=b7cfad630ea56f208ebb4a76362e952e9621ada7;hb=d71e0f5445235ed25ab633d73a26bb4f01a0885f;hpb=606d0755a0441402d35cc597f1c85896d554898e diff --git a/include/yaz/log.h b/include/yaz/log.h index b7cfad6..cee998a 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2012 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -48,6 +48,8 @@ YAZ_BEGIN_CDECL #define YLOG_LOG 0x00000008 /** \brief log level: append system error message */ #define YLOG_ERRNO 0x00000010 +/** \brief log level: append thread Id */ +#define YLOG_TID 0x00000020 /** \brief log level: application */ #define YLOG_APP 0x00000040 /** \brief log level: malloc debug */