mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
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:
parent
51871489ad
commit
e4e94e77c9
14 changed files with 128 additions and 88 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue