com.statsig.internal.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of serversdk-test Show documentation
Show all versions of serversdk-test Show documentation
A Server SDK for macOS platform
package com.statsig.internal;
public class Constants {
public static final String LOG_PREFIX = "[Statsig] ";
}