Skip to content

Instantly share code, notes, and snippets.

@leighghunt
Created June 20, 2012 23:17
Show Gist options
  • Save leighghunt/2962854 to your computer and use it in GitHub Desktop.
Save leighghunt/2962854 to your computer and use it in GitHub Desktop.
C#: log4net logging create _log member
private log4net.ILog _log = log4net.LogManager.GetLogger(typeof(<classname>));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment