#include <GenericPlatformOutputDevices.h>
Generic implementation for most platforms
Definition at line 20 of file GenericPlatformOutputDevices.h.
◆ GetAbsoluteLogFilename()
static FString FGenericPlatformOutputDevices::GetAbsoluteLogFilename |
( |
| ) |
|
|
static |
Returns the absolute log filename generated from the project properties and/or command line parameters. The returned value may change during the execution, may not exist yet or may be locked by another process. It depends if the function is called before the log file was successfully opened or after. The log file is open lazily.
◆ GetError()
◆ GetEventLog()
◆ GetFeedbackContext()
◆ GetLog()
◆ GetPerChannelFileOverrides()
◆ OnLogFileOpened()
static void FGenericPlatformOutputDevices::OnLogFileOpened |
( |
const TCHAR * | Pathname | ) |
|
|
staticprivate |
◆ ResetCachedAbsoluteFilename()
static void FGenericPlatformOutputDevices::ResetCachedAbsoluteFilename |
( |
| ) |
|
|
staticprotected |
◆ SetupOutputDevices()
static void FGenericPlatformOutputDevices::SetupOutputDevices |
( |
| ) |
|
|
static |
Add output devices which can vary depending on platform, configuration, command line parameters.
◆ AbsoluteFileNameMaxLength
constexpr SIZE_T FGenericPlatformOutputDevices::AbsoluteFileNameMaxLength = 1024 |
|
staticconstexprprivate |
◆ CachedAbsoluteFilename
◆ LogFilenameLock
The documentation for this struct was generated from the following file: