Log.MessageHistory Constructor

Tungsten Suite

LogMessageHistory Constructor

Constructs a new LogMessageHistory

Namespace:  W.Logging
Assembly:  Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0
Syntax
C#
public MessageHistory(
	bool newestFirst = true
)

Parameters

newestFirst (Optional)
Type: SystemBoolean
If True, log messages are inserted at the start of the collection rather than appended to the end
See Also