I like my debug output really pretty
This commit is contained in:
parent
334ba6d4bf
commit
090979e5a9
@ -4,7 +4,7 @@
|
|||||||
ServiceInterfaceStream sif::debug("DEBUG ");
|
ServiceInterfaceStream sif::debug("DEBUG ");
|
||||||
ServiceInterfaceStream sif::info("INFO ");
|
ServiceInterfaceStream sif::info("INFO ");
|
||||||
ServiceInterfaceStream sif::warning("WARNING");
|
ServiceInterfaceStream sif::warning("WARNING");
|
||||||
ServiceInterfaceStream sif::error("ERROR", false, false, true);
|
ServiceInterfaceStream sif::error("ERROR ", false, true, true);
|
||||||
#else
|
#else
|
||||||
ServiceInterfaceStream sif::debug("DEBUG", true);
|
ServiceInterfaceStream sif::debug("DEBUG", true);
|
||||||
ServiceInterfaceStream sif::info("INFO", true);
|
ServiceInterfaceStream sif::info("INFO", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user