Interface IEventLogController
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Inherited Members
Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke.dll
Syntax
public interface IEventLogController : ILogController
Methods
| Improve this Doc View SourceAddLog(PortalSettings, Int32, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(PortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
PortalSettings | portalSettings | |
System.Int32 | userID | |
EventLogController.EventLogType | logType |
AddLog(LogProperties, IPortalSettings, Int32, String, Boolean)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(LogProperties properties, IPortalSettings portalSettings, int userID, string logTypeKey, bool bypassBuffering)
Parameters
Type | Name | Description |
---|---|---|
LogProperties | properties | |
IPortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | logTypeKey | |
System.Boolean | bypassBuffering |
AddLog(LogProperties, PortalSettings, Int32, String, Boolean)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(LogProperties properties, PortalSettings portalSettings, int userID, string logTypeKey, bool bypassBuffering)
Parameters
Type | Name | Description |
---|---|---|
LogProperties | properties | |
PortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | logTypeKey | |
System.Boolean | bypassBuffering |
AddLog(Object, IPortalSettings, Int32, String, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | businessObject | |
IPortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | userName | |
EventLogController.EventLogType | logType |
AddLog(Object, IPortalSettings, Int32, String, String)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(object businessObject, IPortalSettings portalSettings, int userID, string userName, string logType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | businessObject | |
IPortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | userName | |
System.String | logType |
AddLog(Object, PortalSettings, Int32, String, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(object businessObject, PortalSettings portalSettings, int userID, string userName, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | businessObject | |
PortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | userName | |
EventLogController.EventLogType | logType |
AddLog(Object, PortalSettings, Int32, String, String)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(object businessObject, PortalSettings portalSettings, int userID, string userName, string logType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | businessObject | |
PortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | userName | |
System.String | logType |
AddLog(String, String, IPortalSettings, Int32, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(string propertyName, string propertyValue, IPortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.String | propertyValue | |
IPortalSettings | portalSettings | |
System.Int32 | userID | |
EventLogController.EventLogType | logType |
AddLog(String, String, IPortalSettings, Int32, String)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(string propertyName, string propertyValue, IPortalSettings portalSettings, int userID, string logType)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.String | propertyValue | |
IPortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | logType |
AddLog(String, String, PortalSettings, Int32, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(string propertyName, string propertyValue, PortalSettings portalSettings, int userID, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.String | propertyValue | |
PortalSettings | portalSettings | |
System.Int32 | userID | |
EventLogController.EventLogType | logType |
AddLog(String, String, PortalSettings, Int32, String)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(string propertyName, string propertyValue, PortalSettings portalSettings, int userID, string logType)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.String | propertyValue | |
PortalSettings | portalSettings | |
System.Int32 | userID | |
System.String | logType |
AddLog(String, String, EventLogController.EventLogType)
Do not implement. This interface is only implemented by the DotNetNuke core framework. Outside the framework it should used as a type and for unit test purposes only. There is no guarantee that this interface will not change.
Declaration
void AddLog(string propertyName, string propertyValue, EventLogController.EventLogType logType)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | |
System.String | propertyValue | |
EventLogController.EventLogType | logType |