Click or drag to resize

LoggerLog(String, String, Object) Method

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: 19.00.00
Syntax
C#
public static void Log(
	string? category,
	string? message,
	Object? context
)

Parameters

category  String
Category.
message  String
Message.
context  Object
Context.
See Also