Show / Hide Table of Contents

Class LogMessage

A log message originating from a Deephaven service.

Inheritance
System.Object
LogMessage
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public class LogMessage : object

Properties

LogLevel

Declaration
public string LogLevel { get; }
Property Value
Type Description
System.String

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String

Micros

Declaration
public double Micros { get; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX