Skip to content

Instantly share code, notes, and snippets.

@NeelBhatt
Created November 10, 2019 15:17
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 NeelBhatt/5ae788bb7b5889303c46c5de4c8912d0 to your computer and use it in GitHub Desktop.
Save NeelBhatt/5ae788bb7b5889303c46c5de4c8912d0 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
ILogger _logger = new TextLogger();
_logger.LogInfo("Test","test"); // It will call the Default method of the interface.
} }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment