BLAM void LogEventForce(std::string message, BlamLogLevel severity)
Forcibly logs a message to the log and/or console.
Definition: aliases.cpp:218
SENTRY_API sentry_value_t sentry_value_new_message_event(sentry_level_t level, const char *logger, const char *text)
Creates a new message event value.
SentryTestCommand()
Definition: sentry_test.hpp:15
BlamCommandResult onCommand(std::vector< std::string > arguments)
Called upon command execution.
Definition: sentry_test.hpp:28
SENTRY_API sentry_uuid_t sentry_capture_event(sentry_value_t event)
Sends a sentry event.
A command to test Sentry functionality.
Definition: sentry_test.hpp:12
~SentryTestCommand()
Definition: sentry_test.hpp:23