Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Logging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Logging/LogMacros.h |
| Include | #include "Logging/LogMacros.h" |
Syntax
struct FMsg
Remarks
Define NO_LOGGING to strip out all writing to log files, OutputDebugString(), etc. This is needed for consoles that require no logging (Xbox, Xenon) FMsg This struct contains functions for messaging with tools or debug logs.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Logf
(
const ANSICHAR* File, |
Log function | |
| void | Logf_Internal
(
const ANSICHAR* File, |
Internal version of log function. | |
| void | LogV
(
const ANSICHAR* File, |
||
| void | SendNotificationString
(
const TCHAR* Message |
Sends a message to a remote tool. | |
| void | SendNotificationStringf
(
const FmtType& Fmt, |
Sends a formatted message to a remote tool. |