10f743729SConrad Meyer /* ****************************************************************** 237f1f268SConrad Meyer * debug 337f1f268SConrad Meyer * Part of FSE library 4*5ff13fbcSAllan Jude * Copyright (c) Yann Collet, Facebook, Inc. 537f1f268SConrad Meyer * 637f1f268SConrad Meyer * You can contact the author at : 737f1f268SConrad Meyer * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy 837f1f268SConrad Meyer * 937f1f268SConrad Meyer * This source code is licensed under both the BSD-style license (found in the 1037f1f268SConrad Meyer * LICENSE file in the root directory of this source tree) and the GPLv2 (found 1137f1f268SConrad Meyer * in the COPYING file in the root directory of this source tree). 1237f1f268SConrad Meyer * You may select, at your option, one of the above-listed licenses. 130f743729SConrad Meyer ****************************************************************** */ 140f743729SConrad Meyer 150f743729SConrad Meyer 160f743729SConrad Meyer /* 170f743729SConrad Meyer * This module only hosts one global variable 180f743729SConrad Meyer * which can be used to dynamically influence the verbosity of traces, 190f743729SConrad Meyer * such as DEBUGLOG and RAWLOG 200f743729SConrad Meyer */ 210f743729SConrad Meyer 220f743729SConrad Meyer #include "debug.h" 230f743729SConrad Meyer 240f743729SConrad Meyer int g_debuglevel = DEBUGLEVEL; 25