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

com.tosan.tools.logger.LogMode Maven / Gradle / Ivy

Go to download

Library provides interface for use in toString method and determine each field how should be shown. also, you can choose from two implementations provided for simple and json formatting. also, provides interface for use in aspect to log service call.

The newest version!
package com.tosan.tools.logger;

/**
 * @author Nooshin Hajibandeh
 * @since 25/01/2016
 */
public enum LogMode {
    DEBUG,
    INFO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy