Table of Contents

Method Debug

Namespace
Sccg.Core
Assembly
Sccg.dll

Debug(params string[])

Logs a debug message.

public static void Debug(params string[] msg)

Parameters

msg string[]

A message. If multiple messages are passed, they will be added line-break.