public ActionResult <IEnumerable <string> > Get() { LogFourNet.Info(this, "This is Info logging"); LogFourNet.Debug(this, "This is Debug logging"); LogFourNet.Error(this, "This is Error logging"); return(new string[] { "value1", "value2" }); }
public ActionResult <IEnumerable <string> > Get() { LogFourNet.Info(this, "I am a simple test of logging--3"); return(new string[] { "value1", "value2" }); }