C# Class DotNetNuke.Monitoring.AppInsights.AppInsightsLoggingProvider

Inheritance: DotNetNuke.Services.Log.EventLog.DBLoggingProvider
ファイルを表示 Open project: davidjrh/dnn.appinsights

Private Properties

Property Type Description
FillLogTypeConfigInfoByKey System.Collections.Hashtable
GetLogTypeConfigInfoByKey DotNetNuke.Services.Log.EventLog.LogTypeConfigInfo
GetProperties string>.Dictionary

Public Methods

Method Description
AddLog ( DotNetNuke.Services.Log.EventLog.LogInfo logInfo ) : void

Private Methods

Method Description
FillLogTypeConfigInfoByKey ( ArrayList arr ) : Hashtable
GetLogTypeConfigInfoByKey ( string logTypeKey, string logTypePortalId ) : DotNetNuke.Services.Log.EventLog.LogTypeConfigInfo
GetProperties ( DotNetNuke.Services.Log.EventLog.LogInfo logInfo ) : string>.Dictionary

Method Details

AddLog() public method

public AddLog ( DotNetNuke.Services.Log.EventLog.LogInfo logInfo ) : void
logInfo DotNetNuke.Services.Log.EventLog.LogInfo
return void