Skip to content

fplLogSettings Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores log settings. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fpl_b32 isInitialized
Is initialized (when set to false all values will be set to default values).
fplLogLevel maxLevel
Maximum log level.
fplLogWriter writers [1]
Single writer.

Detailed Description

Stores log settings.

Definition at line 7066 of file final_platform_layer.h.

Field Documentation

isInitialized

fpl_b32 fplLogSettings::isInitialized

Is initialized (when set to false all values will be set to default values).

Definition at line 7093 of file final_platform_layer.h.

maxLevel

fplLogLevel fplLogSettings::maxLevel

Maximum log level.

Definition at line 7091 of file final_platform_layer.h.

writers

fplLogWriter fplLogSettings::writers[1]

Single writer.

Definition at line 7088 of file final_platform_layer.h.


The documentation for this struct was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally