Skip to content
Jack Brookes edited this page Oct 31, 2020 · 11 revisions

UXF.SessionLogger

Component that handles collecting all Debug.Log calls


Fields

None

Properties

None

Methods

UXF.SessionLogger.AttachReferences(UXF.Session)

Provide references to other components

Parameters

  • newSession:

UXF.SessionLogger.Initialise()

Initialises the session logger, creating the internal data structures, and attaching its logging method to handle Debug.Log messages

Parameters

None

UXF.SessionLogger.WriteLog(string, string)

Manually log a message to the log file.

Parameters

  • logType: The type of the log. This can be any string you choose.

  • message: The content you wish to log, expressed as a string.

UXF.SessionLogger.Finalise(UXF.Session)

Finalises the session logger, saving the data and detaching its logging method from handling Debug.Log messages

Parameters

None


Note: This file was automatically generated

๐Ÿง  Core topics

โ“ More help


๐Ÿ‘ฉโ€๐Ÿ’ป Programming reference

Unit tests

Clone this wiki locally