The Flock  0.00.001
Public Member Functions | Static Public Attributes | Properties | List of all members
DebugLoggerManager Class Reference

DebugLoggerManager to log message and set a timestamp on it. More...

Inheritance diagram for DebugLoggerManager:

Public Member Functions

void Awake ()
 
string logDebug (string message)
 Logs the debug. More...
 
string logWarning (string message)
 Logs the warning. More...
 
string logError (string message)
 Logs the error. More...
 

Static Public Attributes

static bool SHOW_LOG = false
 Show the log by default on screen. More...
 

Properties

static DebugLoggerManager getInstance [get]
 Gets the instance of DebugLoggerManager class. More...
 
int maxLines [get, set]
 Gets or sets the max lines. More...
 
Rect position [get, set]
 Gets or sets the position. More...
 
Color guiColor [get, set]
 Gets or sets the color of the GUI. More...
 

Detailed Description

DebugLoggerManager to log message and set a timestamp on it.

Member Function Documentation

void DebugLoggerManager.Awake ( )
string DebugLoggerManager.logDebug ( string  message)

Logs the debug.

Returns
The debug.
Parameters
messageMessage.
string DebugLoggerManager.logError ( string  message)

Logs the error.

Returns
The error.
Parameters
messageMessage.
string DebugLoggerManager.logWarning ( string  message)

Logs the warning.

Returns
The warning.
Parameters
messageMessage.

Member Data Documentation

bool DebugLoggerManager.SHOW_LOG = false
static

Show the log by default on screen.

Property Documentation

DebugLoggerManager DebugLoggerManager.getInstance
staticget

Gets the instance of DebugLoggerManager class.

The instance of DebugLoggerManager class.

Color DebugLoggerManager.guiColor
getset

Gets or sets the color of the GUI.

The color of the GUI.

int DebugLoggerManager.maxLines
getset

Gets or sets the max lines.

The max lines.

Rect DebugLoggerManager.position
getset

Gets or sets the position.

The position.


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