org.rx.bean.LogStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib Show documentation
Show all versions of rxlib Show documentation
A set of utilities for Java
package org.rx.bean;
public enum LogStrategy {
NONE,
WRITE_ON_NULL,
WRITE_ON_ERROR,
ALWAYS
}