Documentation for microsoft::quantum::ILogger::Message

Struct to hold a message together with its type and location.

microsoft::quantum::ILogger::Message

Struct to hold a message together with its type and location.

#include <Logging/ILogger.hpp>

Public Attributes

Name
Type type
Location location
String message

Public Attributes Documentation

variable type

Type type;

variable location

Location location;

variable message

String message;

Updated on 1 August 2023 at 16:25:10 UTC