Interface SLF4JLogging

All Known Implementing Classes:
Slf4jLogger

public interface SLF4JLogging
Base trait for all classes that wants to be able use the SLF4J logging infrastructure.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.slf4j.Logger
    log()
     
  • Method Details

    • log

      org.slf4j.Logger log()