Table of Contents

Class SmartLogger

Namespace
VoxelPlayground.Utility
Assembly
GamePlay.dll
public static class SmartLogger
Inheritance
object
SmartLogger

Fields

LogEnabled

public static bool LogEnabled

Field Value

bool

Methods

Log(string, LogCategory)

public static void Log(string message, LogCategory category = LogCategory.Misc)

Parameters

message string
category LogCategory

SetCategoryEnabled(LogCategory, bool)

public static void SetCategoryEnabled(LogCategory category, bool enabled)

Parameters

category LogCategory
enabled bool