Changes
Page history
Update Database Instructions
authored
Feb 01, 2023
by
Derek Williams
Hide whitespace changes
Inline
Side-by-side
How-to-Use-the-Logger.md
0 → 100644
View page @
d729c839
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