Commit 25beaf6
Report non-optional services' failing to initialize
This hopefully addresses the issue that some services should not clutter
the log when failing to initialize (such as SCIFIO's LuraWaveService),
but other services should not fail silently, such as ImageJ2's
LUTService or LegacyService.
From now on, we can mark the former category of services with the
Optional interface and still have helpful information from the log in
case essential services were not initialized (and therefore not added
to the set of available services).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 3b6bd68 commit 25beaf6
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
183 | 185 | | |
184 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
| |||
0 commit comments