LoggerLog Method (String, String, Object) |
Log a message with a category and context data (e.g. an Exception, a Visual, etc).
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic static void Log(
string? category,
string? message,
Object? context
)
Parameters
- category
- Type: SystemString
Category. - message
- Type: SystemString
Message. - context
- Type: SystemObject
Context.
See Also