Sha256: d4f7b2e04b09aa368408bafc6bd6555d9ae9c20a16bd085614563e35079d21aa

Contents?: true

Size: 509 Bytes

Versions: 90

Compression:

Stored size: 509 Bytes

Contents

<log4net>
	<!-- A1 is set to be a ConsoleAppender -->
	<appender name="A1" type="log4net.Appender.ConsoleAppender">

		<!-- A1 uses PatternLayout -->
		<layout type="log4net.Layout.PatternLayout">
			<!-- Print the date in ISO 8601 format -->
			<conversionPattern value="%-5level %logger - %message%newline" />
		</layout>
	</appender>
	
	<!-- Set root logger level to DEBUG and its only appender to A1 -->
	<root>
		<level value="DEBUG" />
		<appender-ref ref="A1" />
	</root>

</log4net>

Version data entries

90 entries across 36 versions & 2 rubygems

Version Path
uppercutbuild-1.4.2.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.4.2.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.4.1.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.4.1.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.4.0.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.4.0.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.3.0.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.3.0.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.2.0.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.2.0.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.1.2.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.1.2.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.1.0.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.1.0.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.6.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.6.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.5.0.20101008 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.5.0.20101008 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.5.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.5.0 lib/lib/NUnit/launcher.log.conf