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.0.4.0 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.4.0 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.3.0.20100818 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.3.0.20100818 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.2.0.20100810 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.2.0.20100810 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.1.0.20100809 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.1.0.20100809 lib/lib/NUnit/agent.log.conf
uppercutbuild-1.0.0.0.20100806 lib/lib/NUnit/launcher.log.conf
uppercutbuild-1.0.0.0.20100806 lib/lib/NUnit/agent.log.conf
uppercutbuild-0.9.0.346.20100805 lib/lib/NUnit/launcher.log.conf
uppercutbuild-0.9.0.346.20100805 lib/lib/NUnit/agent.log.conf
uppercutbuild-0.9.0.345.20100805 lib/lib/NUnit/launcher.log.conf
uppercutbuild-0.9.0.345.20100805 lib/lib/NUnit/agent.log.conf
nunit-2.5.7.10213.20100801 lib/net-1.1/agent.log.conf
nunit-2.5.7.10213.20100801 lib/net-2.0/launcher.log.conf
nunit-2.5.7.10213.20100801 lib/net-1.1/launcher.log.conf
nunit-2.5.7.10213.20100801 lib/net-2.0/agent.log.conf
nunit-2.5.7.10213 lib/net-2.0/agent.log.conf
nunit-2.5.7.10213 lib/net-1.1/agent.log.conf