summaryM:DotNetNuke.Services.Log.EventLog.LogController.AddLogType(System.String,System.String)

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void AddLogType(
	string configFile,
	string fallbackConfigFile
)
Visual Basic
Public Sub AddLogType ( 
	configFile As String,
	fallbackConfigFile As String
)

Parameters

configFile
Type: System..::..String
paramconfigFileM:DotNetNuke.Services.Log.EventLog.LogController.AddLogType(System.String,System.String)
fallbackConfigFile
Type: System..::..String
paramfallbackConfigFileM:DotNetNuke.Services.Log.EventLog.LogController.AddLogType(System.String,System.String)

Implements

ILogController..::..AddLogType(String, String)

See Also