Skip to content

Instantly share code, notes, and snippets.

@acdvorak
Created January 13, 2014 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdvorak/8404603 to your computer and use it in GitHub Desktop.
Save acdvorak/8404603 to your computer and use it in GitHub Desktop.
log4net instantiation boilerplate
private static readonly log4net.ILog Log = log4net.LogManager.GetLogger(
System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment