Last active
October 28, 2019 05:54
-
-
Save xplicit/7358265a672e37acf38a904ec4e116d2 to your computer and use it in GitHub Desktop.
log4net mocking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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