com.polarion.core.util.logging.Logger
METHODS
Modifiers and Type | Name | Description |
---|---|---|
public, static, Logger | getLogger(String) | A method to obtain the logger instance to perform logging. Example: |
public, static, Logger | getLogger(Class>) | A method to obtain the logger instance to perform logging. Example: |
public, static, Logger | getLogger(Object) | A method to obtain the logger instance to perform logging. The recommended pattern is always calling |
Back to Index