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

com.backendless.servercode.logging.Level Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.backendless.servercode.logging;

/**
 * Created with IntelliJ IDEA.
 * User: Eugene Chipachenko
 * Date: 13.06.14
 * Time: 13:14
 */
enum Level
{
  DEBUG,
  INFO,
  WARNING,
  ERROR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy