Closed curtiseng closed 4 months ago
Read this first before creating an issue:
Logger.info(MarkerFactory.getMarker("BUSINESS"), "message: {}", params);
We use marker filter to split log to different file for trace and metrics.
I have no idea now, maybe i can use slf4j logger?
The logger SPI should only be used by vertx components and not applications which instead should use the logger of their choice.
Read me
Read this first before creating an issue:
Describe the feature
Logger.info(MarkerFactory.getMarker("BUSINESS"), "message: {}", params);
Use cases
We use marker filter to split log to different file for trace and metrics.
Contribution
I have no idea now, maybe i can use slf4j logger?