LogInfoMessage ClassDelta Engine Documentation
Send to the log service whenever a info message is logged. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Messages TextMessage
    DeltaEngine.Networking.Messages LogInfoMessage
      DeltaEngine.Networking.Messages LogWarningMessage

Namespace: DeltaEngine.Networking.Messages
Assembly: DeltaEngine.Networking.Messages (in DeltaEngine.Networking.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class LogInfoMessage : TextMessage

The LogInfoMessage type exposes the following members.

Constructors

  NameDescription
Protected methodLogInfoMessage 
Initializes a new instance of the LogInfoMessage class
Public methodLogInfoMessage(String)
Initializes a new instance of the LogInfoMessage class
Top
Properties

  NameDescription
Public propertyText (Inherited from TextMessage.)
Public propertyTimeStamp
Top
See Also