io.github.sinri.drydock.common.logging.DryDockLogTopics Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of DryDock Show documentation
Show all versions of DryDock Show documentation
Prototype Library for Keel Based Java Projects.
The newest version!
package io.github.sinri.drydock.common.logging;
public class DryDockLogTopics {
public static final String TopicDryDock = "DryDock";
public static final String TopicSundial = "Sundial";
public static final String TopicHttpServer = "HttpServer";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy