2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
8 * general logging function
30 void sat_set_debug (DebugLevel level, int log_line_nr);
31 DebugLevel sat_debug_level ();
33 void sat_debug (DebugLevel level, const char *format, ...);
37 #endif /* _SAT_DEBUG_H */