summaryT:DotNetNuke.Services.Log.EventLog.LogController

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

Syntax

C#
public class LogController : ServiceLocator<ILogController, LogController>, 
	ILogController
Visual Basic
Public Class LogController
	Inherits ServiceLocator(Of ILogController, LogController)
	Implements ILogController

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Framework..::..ServiceLocator<(Of <(<'ILogController, LogController>)>)>
    DotNetNuke.Services.Log.EventLog..::..LogController
      DotNetNuke.Services.Log.EventLog..::..ExceptionLogController

See Also