cohtml.LogWriter

A class implementing the ILogWriter interface. Responsible for outputting logs provided by the LogHandler to the Unity3D console.

Inherits from cohtml.ILogWriter

Public Functions

Name
voidLog(Severity severity, string message)
Logs the provided message with the given severity in Unity3D’s console.

Public Functions Documentation

function Log

void Log(
    Severity severity,
    string message
)

Logs the provided message with the given severity in Unity3D’s console.

Reimplements: cohtml.ILogWriter.Log