2011-07-13 15 views

回答

1

你應該能夠做這樣的事情(請注意,我既沒有編制,也沒有測試這個):

string path = GetThePathToYourNLogConfigFile(); 
LogManager.Configuration = new XmlLoggingConfiguration(path); 
相關問題