Click or drag to resize

LoggerLog Method (String, String)

Log a message with a category, but no context data.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 11.0.0.7658
Syntax
C#
public static void Log(
	string category,
	string message
)

Parameters

category
Type: SystemString
Category.
message
Type: SystemString
Message.
See Also