ewilde / crane

Crane creates builds scripts so you don't have to
http://blog.cranebuild.com
Apache License 2.0
6 stars 2 forks source link

[build template] add log4net to default template? #90

Open ewilde opened 9 years ago

ewilde commented 9 years ago

I've been using crane init for quite a few projects.

The first thing I do is setup log4net on both the main project and unit test project.

Also be good to add to the default files in the projects

private static readonly ILog Log = LogManager.GetLogger(typeof(Calculator));