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

com.tradeshift.amqp.constants.LogLevel Maven / Gradle / Ivy

Go to download

This library was created to make it easier to configure RabbitMQ within Spring and to establish a pattern for queues architecture.

There is a newer version: 0.1.3
Show newest version
package com.tradeshift.amqp.constants;

public enum LogLevel {
    ERROR,
    WARN,
    INFO,
    DEBUG,
    TRACE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy