Limen Framework 0.1 Help

LimenObjectivesLogMacros

Overview

This header file declares a log category LogLimenObjectives that can be used throughout the Limen Objectives module to log messages. The log category is defined in the implementation file, ensuring it is properly initialized and available for use within the module.

Properties

Type

Name

Access

Description

FLogCategory

LogLimenObjectives

Public

A log category used for logging messages related to the Limen Objectives module.

Functions

No significant functions are defined in this header file.

Usage & Implementation Notes

  • The log category is declared as a public variable, making it accessible throughout the module.

  • The implementation file LimenObjectivesLogMacros.cpp defines the log category, ensuring it is properly initialized and available for use.

22 May 2026