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

com.fizzgate.log.LogSendAppender Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package com.fizzgate.log;

import java.util.concurrent.atomic.AtomicInteger;

public class LogSendAppender {
    public static volatile LogSendService logSendService;
    public static volatile Boolean logEnabled;
    public static volatile LogSend[] logSends = new LogSend[1000];
    public static volatile AtomicInteger logSendIndex = new AtomicInteger(0);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy