Table of Contents

Method Log

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Log(object, Object)

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

Parameters

message object
context Object

Log(string, object, Object)

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

Parameters

type string
message object
context Object