All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.api.CoreLog Maven / Gradle / Ivy

package io.ebeaninternal.api;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * Common loggers used in ebean-core.
 */
public final class CoreLog {

  public static final Logger log = LoggerFactory.getLogger("io.ebean.core");
  public static final Logger internal = LoggerFactory.getLogger("io.ebean.internal");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy