Agrarsense
Static Public Member Functions | List of all members
USimulatorLogFunctionLibrary Class Reference

#include <SimulatorLog.h>

Inheritance diagram for USimulatorLogFunctionLibrary:
Inheritance graph
[legend]
Collaboration diagram for USimulatorLogFunctionLibrary:
Collaboration graph
[legend]

Static Public Member Functions

static void SimulatorLog (const FString &Message, bool LogToTextFile=true, bool LogToROS=true)
 

Detailed Description

UBlueprintFunctionLibrary class for blueprint support for logging Simulator messages to console, text file and ROS.

Definition at line 54 of file SimulatorLog.h.

Member Function Documentation

◆ SimulatorLog()

static void USimulatorLogFunctionLibrary::SimulatorLog ( const FString &  Message,
bool  LogToTextFile = true,
bool  LogToROS = true 
)
inlinestatic

Logs a message.

Parameters
MessageThe message to log.
LogToTextFileWhether to log to a text file.
LogToROSWhether to log to ROS.

Definition at line 67 of file SimulatorLog.h.

68 {
69 SimulatorLog::Log(Message, LogToTextFile, LogToROS);
70 }
static void Log(const FString &Message, bool LogToTextFile=true, bool LogToROS=true)

References SimulatorLog::Log().


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