Package io.micronaut.logging
Interface LoggingSystem
- All Known Subinterfaces:
ManagedLoggingSystem
- All Known Implementing Classes:
Log4jLoggingSystem
,Log4jLoggingSystem
,LogbackLoggingSystem
,LogbackLoggingSystem
Abstraction for a logging system.
- Since:
- 1.3.0
- Author:
- graemerocher, Denis Stepanov
-
Method Summary
-
Method Details
-
setLogLevel
Set the log level for the logger found by name (or created if not found).- Parameters:
name
- the logger namelevel
- the log level to set on the named logger
-
refresh
default void refresh()Refreshes Logging System with the goal of cleaning its internal caches.
-