Click or drag to resize

EventLoggeraddToOutputBuffer Method

Append a string to the output buffer

Namespace:  Kratos_3.Logging
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void addToOutputBuffer(
	string s
)

Parameters

s
Type: SystemString

Implements

IEventLoggeraddToOutputBuffer(String)
See Also