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

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

There is a newer version: 15.8.0
Show newest version
package io.ebeaninternal.api;

import io.avaje.applog.AppLog;

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

  public static final System.Logger log = AppLog.getLogger("io.ebean.core");
  public static final System.Logger internal = AppLog.getLogger("io.ebean.internal");
  public static final System.Logger markedAsDeleted = AppLog.getLogger("io.ebean.MarkedAsDeleted");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy