wlmaker
Loading...
Searching...
No Matches
wlr_log.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMAKER_UTIL_WLR_LOG_H__
21#define __WLMAKER_UTIL_WLR_LOG_H__
22
23#include <stdbool.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
29enum wlr_log_importance; // IWYU pragma: keep
30
36bool wlm_util_wlr_log_init(enum wlr_log_importance verbosity);
37
38#ifdef __cplusplus
39} // extern "C"
40#endif // __cplusplus
41
42#endif // __WLMAKER_UTIL_WLR_LOG_H__
43/* == End of wlr_log.h ===================================================== */
bool wlm_util_wlr_log_init(enum wlr_log_importance verbosity)
Definition wlr_log.c:50