()
| 28 | private static Level level = Level.VERBOSE; |
| 29 | |
| 30 | private static Logger getInstance() { |
| 31 | if (logger == null) { |
| 32 | logger = new DefaultLogger(); |
| 33 | } |
| 34 | return logger; |
| 35 | } |
| 36 | |
| 37 | // Do not call this while logging from a different thread... |
| 38 | // That's asking for trouble... |