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

oghuman.lib-database-objectdb.0.4.0.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

Lib-Database-ObjectDB is a library for easy accessing an ObjectDB database in a JavaFX & Maven desktop application. See https://github.com/Naoghuman/lib-database-objectdb for more details.

There is a newer version: 0.6.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
    <Appenders>
        <File name="Lib-Database-ObjectDB" fileName="log/Lib-Database-ObjectDB.log" append="false">
            <PatternLayout pattern="%d  %-5p %m     [%c{1}]%n" />
        </File>
        <Console name="STDOUT" target="SYSTEM_OUT">
            <PatternLayout pattern="%d  %-5p %m     [%c{1}]%n" />
        </Console>
    </Appenders>
    <Loggers>
        <Root level="debug">
            <AppenderRef ref="STDOUT" />
            <AppenderRef ref="Lib-Database-ObjectDB" />
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy