com.github.frtu.logs.config.LogConfigAll Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logger-opentelemetry Show documentation
Show all versions of logger-opentelemetry Show documentation
log instrumentation with open telemetry library - refreshed from logger-opentracing-fluentd
The newest version!
package com.github.frtu.logs.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* Enable {@link LogConfigTracingAOP}.
*
* @author Frédéric TU
* @since 1.0.2
*/
@Configuration
@ComponentScan(basePackageClasses = {LogConfigTracingAOP.class})
public class LogConfigAll {
}