Interface SpiLoggerFactory


public interface SpiLoggerFactory
API for Plugins to define the logger for io.ebean.SQL, io.ebean.TXN and io.ebean.SUM.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String name)
    Create the logger given the name.
  • Method Details