Skip to content
jackbrookes edited this page Jun 5, 2018 ยท 11 revisions

UXF.SessionLogger

Component that handles collecting all Debug.Log calls


Fields

None

Properties

None

Methods

UXF.SessionLogger.AttachReferences(UXF.FileIOManager, UXF.Session)

Provide references to other components

Parameters

  • newFileIOManager:

  • 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.Finalise()

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