https://github.com/abkonsta/NLog.Extensions.AzureTableStorage
我裝了這些
NLog.config
去Azure的管理介面拿金鑰選項中的主要連接字串
設定->管理金鑰->主要連接字串
我在Microsoft Azure Storage Explorer先開好了一個Table
Microsoft Azure Storage Explorer
接下來
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
public ActionResult Index()
{
logger.Debug("Debug open
Index");
logger.Info("Info open
Index");
return View();
}
好的,跑起來後就可以在 Microsoft Azure Storage Explorer 中看到 Log
補充說明
Timestamp Time zone is UTC 時間.
LogTimeStamp Time zone is Local 時間.