GetLevel returns the current logging level.
()
| 211 | |
| 212 | // GetLevel returns the current logging level. |
| 213 | func (l *Logger) GetLevel() Level { |
| 214 | return l.level |
| 215 | } |
| 216 | |
| 217 | // Close closes any file handles if the logger is writing to a file. |
| 218 | func (l *Logger) Close() error { |
no outgoing calls