|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Logger
An extension to the SLF4J Logger interface, which adds the quiet and lifecycle log levels.
You can obtain a Logger instance using Logging#getLogger(Class)#getLogger(Class) or Logging#getLogger(String)#getLogger(String). A Logger instance is also available through Project.getLogger, Task.getLogger and Script.getLogger.
Groovy Documentation