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

nrockstars.gir.1.0.3.source-code.logback.xml Maven / Gradle / Ivy

<!--
    Copyright (c) 2015 Automation RockStars Ltd.
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Apache License v2.0
    which accompanies this distribution, and is available at
    http://www.apache.org/licenses/LICENSE-2.0
   
    Contributors:
        Automation RockStars - initial API and implementation
 -->
<configuration>

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

	<appender name="allure"
		class="com.automationrockstars.bmo.AllureLogbackAppender">
		<encoder>
			<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
			</pattern>
		</encoder>
	</appender>
	
	<root level="all">
		<appender-ref ref="STDOUT" />
		<appender-ref ref="allure" />
	</root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy