Table of Contents

Method LogError

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

LogError(object, Object)

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

Parameters

message object
context Object

LogError(string, object, Object)

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

Parameters

type string
message object
context Object