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

-m.json-logger-connector.0.1.5.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

JSON Logger is a custom-made Mule logger component which allows user to efficiently log traceable messages and Mule variables in JSON format.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="ERROR" name="example-config">
   <Properties>
       <Property name="PATTERN">{"message": "%enc{%m}{JSON}"}</Property>
   </Properties>
   <Appenders>
       <Console name="STDOUT" target="SYSTEM_OUT">
           <PatternLayout pattern="${PATTERN}"/>
       </Console>
   </Appenders>
   <Loggers>
       <Root level="WARN">
           <AppenderRef ref="STDOUT"/>
       </Root>
   </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy