Log a warning message.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void Warning(
string warningMessage,
Object context
)
Parameters
- warningMessage
- Type: SystemString
The warning message. - context
- Type: SystemObject
The context for the warning message (e.g. a Visual).
See Also