Click or drag to resize

TextWriterLoggingServiceWarn(Object) Method

Writes a warning message.

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

Parameters

message  Object
The message to log.

Implements

ILoggingServiceWarn(Object)
See Also