Skip to content

Instantly share code, notes, and snippets.

@xplicit
Last active October 28, 2019 05:54
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 xplicit/7358265a672e37acf38a904ec4e116d2 to your computer and use it in GitHub Desktop.
Save xplicit/7358265a672e37acf38a904ec4e116d2 to your computer and use it in GitHub Desktop.
log4net mocking
public class LogglyQueue : StatisticsMessagingQueue
{
private static readonly ILog log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
public override bool SendAction(ActionMessage message)
{
....
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment