Menu

Logging guidelines

GenomeView and JAnnot use the SLF4J framework

No messages should be logged directly to System.out or System.err.

Dependencies that use other logging frameworks are replaced by SLF4J libraries that intercept those calls and replace them with the correct SLF4J calls.


Related

Developer docs: Home

MongoDB Logo MongoDB