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

io.tracee.contextlogger.connector.LogConnectorOutputProvider Maven / Gradle / Ivy

There is a newer version: 0.11.0
Show newest version
package io.tracee.contextlogger.connector;

/**
 * Provides Prefix Message
 */
public interface LogConnectorOutputProvider extends ConnectorOutputProvider {

    /**
     * Gets the prefix used to provide a prefix message for log output
     *
     * @return
     */
    String getPrefix();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy