Skip to content
Matt Hicks edited this page Jun 2, 2024 · 3 revisions

Frequently Asked Questions and Quick Tips:

  • How do I install Scribe to replace System.out and System.err?
    scribe.Logger.system.redirect()
  • How do I install Scribe as a java.util.logging (JUL) implementation?
    scribe.Logger.system.installJUL()
Clone this wiki locally