Coherent UI for Unity3D  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.ILogHandler Class Reference

Interface to allow custom logging. More...

Inherits IDisposable.

Public Member Functions

virtual void WriteLog (Severity severity, string message, uint length)
 Called when a log message has to be written. More...
 
virtual void Assert (string message)
 Called when an assert is triggered. More...
 

Detailed Description

Interface to allow custom logging.

Member Function Documentation

virtual void Coherent.UI.ILogHandler.Assert ( string  message)
inlinevirtual

Called when an assert is triggered.

Parameters
messagea message that describes the reason for the assertion
virtual void Coherent.UI.ILogHandler.WriteLog ( Severity  severity,
string  message,
uint  length 
)
inlinevirtual

Called when a log message has to be written.

Parameters
severitythe severity of the message
messagethe log message itself
lengththe length of the message