Notifies that text has been written to a test step log stream.

Namespace:  Gallio.Model.Messages.Execution
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class TestStepLogStreamWriteMessage : Message
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class TestStepLogStreamWriteMessage _
	Inherits Message

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Messaging..::.Message
    Gallio.Model.Messages.Execution..::.TestStepLogStreamWriteMessage

See Also