Table of Contents

Method LogWarning

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

LogWarning(object, Object)

[Conditional("DEBUG")]
public static void LogWarning(object message, Object context = null)

Parameters

message object
context Object

LogWarning(string, object, Object)

[Conditional("DEBUG")]
public static void LogWarning(string type, object message, Object context = null)

Parameters

type string
message object
context Object