We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de84489 commit c394fd1Copy full SHA for c394fd1
src/main/java/org/scijava/log/Logged.java
@@ -40,5 +40,6 @@
40
public interface Logged {
41
42
/** Gets the {@link LogService} to use when logging activities. */
43
+ // TODO: SJC3: Generalize to Logger instead of LogService.
44
LogService log();
45
}
0 commit comments