com.github.tsavo.apiomatic.logging.MessageLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apiomatic Show documentation
Show all versions of apiomatic Show documentation
Round trip API tooling for Java with Spring and Hibernate
package com.github.tsavo.apiomatic.logging;
public interface MessageLogger {
public void publish(LoggingMessage msg);
}