Skip to content

Instantly share code, notes, and snippets.

@jsvnm
Created November 13, 2012 17:26
Show Gist options
  • Save jsvnm/4067140 to your computer and use it in GitHub Desktop.
Save jsvnm/4067140 to your computer and use it in GitHub Desktop.
get log4net.Logger for current class
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