Skip to content

Instantly share code, notes, and snippets.

@bill350
Created July 26, 2018 10:18
Show Gist options
  • Save bill350/89910fa2c2342ff2c77ed9429e7f6064 to your computer and use it in GitHub Desktop.
Save bill350/89910fa2c2342ff2c77ed9429e7f6064 to your computer and use it in GitHub Desktop.
SwiftyBeaver.setupConsole()
logger.debug("Hello, I'm a |debug| log")
logger.verbose("Hello, I'm a |verbose| log")
logger.warning("Hello, I'm a |warning| log")
logger.info("Hello, I'm a |info| log")
logger.error("Hello, I'm a |error| log")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment