Notcurses 3.0.13
a blingful library for TUIs and character graphics
Loading...
Searching...
No Matches
NCLogLevel.hh
Go to the documentation of this file.
1#ifndef __NCPP_NCLOGLEVEL_HH
2#define __NCPP_NCLOGLEVEL_HH
3
5
6namespace ncpp
7{
20}
21#endif
ncloglevel_e
Definition notcurses.h:968
@ NCLOGLEVEL_WARNING
Definition notcurses.h:973
@ NCLOGLEVEL_VERBOSE
Definition notcurses.h:975
@ NCLOGLEVEL_DEBUG
Definition notcurses.h:976
@ NCLOGLEVEL_INFO
Definition notcurses.h:974
@ NCLOGLEVEL_ERROR
Definition notcurses.h:972
@ NCLOGLEVEL_PANIC
Definition notcurses.h:970
@ NCLOGLEVEL_FATAL
Definition notcurses.h:971
@ NCLOGLEVEL_SILENT
Definition notcurses.h:969
@ NCLOGLEVEL_TRACE
Definition notcurses.h:977
static constexpr ncloglevel_e Panic
Definition NCLogLevel.hh:11
static constexpr ncloglevel_e Trace
Definition NCLogLevel.hh:18
static constexpr ncloglevel_e Info
Definition NCLogLevel.hh:15
static constexpr ncloglevel_e Warning
Definition NCLogLevel.hh:14
static constexpr ncloglevel_e Fatal
Definition NCLogLevel.hh:12
static constexpr ncloglevel_e Debug
Definition NCLogLevel.hh:17
static constexpr ncloglevel_e Error
Definition NCLogLevel.hh:13
static constexpr ncloglevel_e Silent
Definition NCLogLevel.hh:10
static constexpr ncloglevel_e Verbose
Definition NCLogLevel.hh:16