Click or drag to resize

TextWriterLoggingServiceInfo Method

Writes an informational message.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Info(
	Object message
)

Parameters

message  Object
The message to log.

Implements

ILoggingServiceInfo(Object)
See Also