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

nskrit-coders.indic-transliteration.1.6.source-code.logback.xml Maven / Gradle / Ivy

Go to download

A collection of scala and java classes for some basic character level processing for the Sanskrit and other Indic (kannada, telugu, etc..) languages, contributed by the open source sanskrit-coders projects and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Some grammar simulation. Examples: see https://github.com/sanskrit-coders/indic-transliteration Contributions and suggestions are invited at https://github.com/sanskrit-coders/indic-transliteration . (Sister projects there may also be of interest.)

The newest version!
<configuration>
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <!-- encoders are assigned the type
     ch.qos.logback.classic.encoder.PatternLayoutEncoder by default
            <pattern>%d{HH:mm:ss} [%thread] %-5level %logger{36} %line  %msg%n</pattern>
     -->
        <encoder>
            <pattern>%d{HH:mm:ss} %logger{36} %line --- %msg%n</pattern>
        </encoder>
    </appender>

    <root level="debug">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy