Click or drag to resize

IRuleLoggerWarn Method

Logs a message at the Warn level (a warning message).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Sub Warn ( 
	message As String,
	ParamArray args As Object()
)

Parameters

message
Type: SystemString
The message. It can contain String.Format-style placeholders ({0}, {1} etc.)
args
Type: SystemObject
Arguments to replace the placeholders, if any.
See Also