Table of Contents

Class CMSLogger

Namespace
BlazerTech.CharacterManagement.Core
Assembly
Assembly-CSharp.dll
public static class CMSLogger
Inheritance
CMSLogger

Methods

Log(object, CMSLogType, Object)

public static void Log(object message, CMSLogType logType, Object context = null)

Parameters

message object
logType CMSLogType
context Object

LogError(object, CMSLogType, Object)

public static void LogError(object message, CMSLogType logType, Object context = null)

Parameters

message object
logType CMSLogType
context Object

LogWarning(object, CMSLogType, Object)

public static void LogWarning(object message, CMSLogType logType, Object context = null)

Parameters

message object
logType CMSLogType
context Object