com.github.jerryxia.devhelper.requestcapture.log.LogConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devhelper Show documentation
Show all versions of devhelper Show documentation
This is a helper tool library in developing or testing java web application.
package com.github.jerryxia.devhelper.requestcapture.log;
import java.util.concurrent.atomic.AtomicLong;
/**
* @author guqiankun
*
*/
class LogConstants {
public static final AtomicLong LOG_ENTRY_ID = new AtomicLong(0);
}