The user is doing something that warrants a warning about use. This should be used for things that are almost errors, but the code may still work nonetheless.

This should be used only in rare circumstances. Generally code works without issue, or it has been deprecated, or the user has made an error. Use a different reporting function as appropriate.

Location

Namespace
Fuse
Package
Fuse.Common 2.9.1

Parameters

msg

string

obj

object

filePath

string

lineNumber

int

memberName

string