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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in 7.3. Use GetLogTypeInfo and use the LoggingIsActive property.")]
public bool LoggingIsEnabled(
	string logType,
	int portalID
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in 7.3. Use GetLogTypeInfo and use the LoggingIsActive property.")> 
Public Function LoggingIsEnabled ( 
	logType As String,
	portalID As Integer
) As Boolean

Parameters

logType
Type: System..::..String
paramlogTypeM:DotNetNuke.Services.Log.EventLog.LogController.LoggingIsEnabled(System.String,System.Int32)
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Services.Log.EventLog.LogController.LoggingIsEnabled(System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogController.LoggingIsEnabled(System.String,System.Int32)

See Also