C# Класс Log.Detail

This is a single detail for the log. TODO(kai): describe this better.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
message string
span Source.Span
type Type

Открытые методы

Метод Описание
Detail ( Type type, Span span, string message ) : System.Collections.Generic

Описание методов

Detail() публичный Метод

public Detail ( Type type, Span span, string message ) : System.Collections.Generic
type Type
span Source.Span
message string
Результат System.Collections.Generic

Описание свойств

message публичное свойство

This details (hopefully) descriptive message. TODO(kai): Figure out a way to easily provide formatted messages.
public string message
Результат string

span публичное свойство

Where in the source file this detail explains.
public Span,Source span
Результат Source.Span

type публичное свойство

The type of this detail.
public Type type
Результат Type