Table of Contents

Method Warn

Namespace
Sccg.Core
Assembly
Sccg.dll

Warn(params string[])

Logs a warning message.

public static void Warn(params string[] msg)

Parameters

msg string[]

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