Update Database Instructions authored by Derek Williams's avatar Derek Williams
Almost always, the logger has already been created. You can get the current logger with
```logger = LoggerManager.getSingleton().getLogger();```
From there, you can do all of the normal logging things.
If you'd like to log the current stack trace, use:
```LoggerManager.getSingleton().logStackTrace();```
\ No newline at end of file