DotNetNuke 5.2
The LogEntry class provides a single entry for the Installer Log

Namespace:  DotNetNuke.Services.Installer.Log
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class LogEntry
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class LogEntry
Visual C++
[SerializableAttribute]
public ref class LogEntry

Remarks

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Services.Installer.Log..::.LogEntry

See Also