Game Jolt Unity API  v2.5.8
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
GameJolt.API.LogHelper Class Reference

Static helper class for logging. More...

Public Types

enum  LogLevel { Info, Warning, Error, Silent }
 

Static Public Member Functions

static void Info (object obj)
 
static void Info (string format, params object[] args)
 
static void Warning (object obj)
 
static void Warning (string format, params object[] args)
 
static void Error (object obj)
 
static void Error (string format, params object[] args)
 

Static Public Attributes

static LogLevel Level = LogLevel.Warning
 All messages below this level are discarded. This value is automatically set by the GameJoltAPI class. More...
 

Detailed Description

Static helper class for logging.

Member Data Documentation

◆ Level

LogLevel GameJolt.API.LogHelper.Level = LogLevel.Warning
static

All messages below this level are discarded. This value is automatically set by the GameJoltAPI class.


The documentation for this class was generated from the following file: