mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
AK: Add set_debug_enabled method.
This commit is contained in:
parent
3179065466
commit
663a6141d8
2 changed files with 12 additions and 0 deletions
|
@ -403,6 +403,8 @@ void dbgln(const char* fmtstr, const Parameters&... parameters) { dbgln<enabled>
|
|||
template<bool enabled = true>
|
||||
void dbgln() { dbgln<enabled>(""); }
|
||||
|
||||
void set_debug_enabled(bool);
|
||||
|
||||
template<typename T, typename = void>
|
||||
struct HasFormatter : TrueType {
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue