Transmitter::Debug implementation 1/2

This also sorts switch() and listen_to() statements in order
of severity: debug, info, warning, error, fatal, throw.
This commit is contained in:
Robin Gareus
2020-10-13 21:46:52 +02:00
parent 51871489ad
commit e4e94e77c9
14 changed files with 128 additions and 88 deletions

View File

@@ -18,10 +18,10 @@ main ()
if (!PBD::init ()) return 1;
text_receiver.listen_to (PBD::error);
text_receiver.listen_to (PBD::info);
text_receiver.listen_to (PBD::fatal);
text_receiver.listen_to (PBD::warning);
text_receiver.listen_to (PBD::error);
text_receiver.listen_to (PBD::fatal);
ScalarPropertiesTest::make_property_quarks ();