NetSurf
|
Browser window console stuff. More...
Go to the source code of this file.
Enumerations | |
enum | browser_window_console_source { BW_CS_INPUT , BW_CS_SCRIPT_ERROR , BW_CS_SCRIPT_CONSOLE } |
Sources of messages which end up in the browser window console. More... | |
enum | browser_window_console_flags { BW_CS_FLAG_FOLDABLE = 1 << 0 , BW_CS_FLAG_LEVEL_DEBUG = 0 << 1 , BW_CS_FLAG_LEVEL_LOG = 1 << 1 , BW_CS_FLAG_LEVEL_INFO = 2 << 1 , BW_CS_FLAG_LEVEL_WARN = 3 << 1 , BW_CS_FLAG_LEVEL_ERROR = 4 << 1 , BW_CS_FLAG_LEVEL_MASK = 7 << 1 } |
Flags for browser window console logging. More... | |
Browser window console stuff.
Definition in file console.h.
Flags for browser window console logging.
It is valid to bitwise-or some of these flags together where indicated.