X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=compat%2Flogging.c;fp=compat%2Flogging.c;h=b982a4b6256b4e97ce782c89dab23fbde5ac7221;hb=1f0f70c02e4026c8a81649c5e0702644b34c1556;hp=0000000000000000000000000000000000000000;hpb=3c4121748e97b41f3ca7c7854f3abd28017185d1;p=babeltrace.git diff --git a/compat/logging.c b/compat/logging.c new file mode 100644 index 00000000..b982a4b6 --- /dev/null +++ b/compat/logging.c @@ -0,0 +1,26 @@ +/* + * Copyright (c) 2017 Michael Jeanson + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + +#define BT_LOG_OUTPUT_LEVEL bt_compat_log_level +#include + +BT_LOG_INIT_LOG_LEVEL(bt_compat_log_level, "BABELTRACE_COMPAT_LOG_LEVEL");