kampsj , Gavin, Gavins elmah, elmah, servicestack ... .
, , , - (, NLog Elmah)
public class YourAppHost : AppHostBase
{
public YourAppHost()
: base("YourAppName", typeof(YourService).Assembly)
{
LogManager.LogFactory = new ElmahLogFactory(new NLogFactory());
}
}
:
ElmahLogFactory factory = new ElmahLogFactory();
... , , , Debug and Warn.