Return to Snippet

Revision: 52405
at October 21, 2011 23:30 by MysteryMeat


Initial Code
#region Logger
/// <summary>
///   Log4Net Instance
/// </summary>
public ILog Log
{
	get { return LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); }
}
#endregion

Initial URL


Initial Description


Initial Title
Simple Instance Of Log4Net Logger

Initial Tags
log

Initial Language
C#