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

io.realm.kotlin.internal.interop.realm_log_level_e Maven / Gradle / Ivy

Go to download

Wrapper for interacting with Realm Kotlin native code from the JVM. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:3.0.0' instead.

The newest version!
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (https://www.swig.org).
 * Version 4.2.1
 *
 * Do not make changes to this file unless you know what you are doing - modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package io.realm.kotlin.internal.interop;

public final class realm_log_level_e {
  public final static int RLM_LOG_LEVEL_ALL = 0;
  public final static int RLM_LOG_LEVEL_TRACE = 1;
  public final static int RLM_LOG_LEVEL_DEBUG = 2;
  public final static int RLM_LOG_LEVEL_DETAIL = 3;
  public final static int RLM_LOG_LEVEL_INFO = 4;
  public final static int RLM_LOG_LEVEL_WARNING = 5;
  public final static int RLM_LOG_LEVEL_ERROR = 6;
  public final static int RLM_LOG_LEVEL_FATAL = 7;
  public final static int RLM_LOG_LEVEL_OFF = 8;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy