Interface Logger.Impl

All Known Implementing Classes:
Logger.PlayNImpl
Enclosing class:
Logger

public static interface Logger.Impl
Wires the logging front-end to the logging back-end. See Logger.setImpl(tripleplay.util.Logger.Impl).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Logger.Level level, String ident, String message, Throwable t)
    Logs the supplied message at the supplied level.