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

$imconf.$youimlog4j2.xml Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="off" monitorInterval="150">

    <Appenders>
        <Console name="$im_console" target="SYSTEM_ERR">
            <PatternLayout pattern="[YouIM-Server %15c] [Time: %d{yyyy-MM-dd HH:mm} ][%-5p: %msg ]%n"/>
        </Console>
    </Appenders>

    <Loggers>
        <Logger name="$im_server" level="info" additivity="false">
            <AppenderRef ref="$im_console"/>
        </Logger>
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy