1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/** * Copyright (C) Mellanox Technologies Ltd. 2001-2014. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #ifndef UCS_LOG_H_ #define UCS_LOG_H_ #ifdef HAVE_CONFIG_H # include "config.h" /* Defines UCS_MAX_LOG_LEVEL */ #endif #include <ucs/debug/log_def.h> /* Contains actual logger implementation */ #endif