Skip to content

3f2f90b3 9337 7709 1770 31034a6f4809

Axel Kesseler edited this page Mar 1, 2023 · 7 revisions

LoggerStream.messages Field

This field holds the available list of messages.

Namespace: Plexdata.LogWriter.Features
Assembly: Plexdata.LogWriter.Stream (in Plexdata.LogWriter.Stream.dll) Version: 1.0.7.1

Syntax

C#

private readonly List<string> messages

Field Value

Type: List(String)

Remarks

The list of currently assigned messages is filled by method Write(Byte[], Int32, Int32) and should be retrieve as soon as event ProcessStreamData occurs.

See Also

Reference

LoggerStream Class
Plexdata.LogWriter.Features Namespace

Clone this wiki locally