C# Class Log.Detail

This is a single detail for the log. TODO(kai): describe this better.
Afficher le fichier Open project: YourLocalFax/OLD-Score

Méthodes publiques

Свойство Type Description
message string
span Source.Span
type Type

Méthodes publiques

Méthode Description
Detail ( Type type, Span span, string message ) : System.Collections.Generic

Method Details

Detail() public méthode

public Detail ( Type type, Span span, string message ) : System.Collections.Generic
type Type
span Source.Span
message string
Résultat System.Collections.Generic

Property Details

message public_oe property

This details (hopefully) descriptive message. TODO(kai): Figure out a way to easily provide formatted messages.
public string message
Résultat string

span public_oe property

Where in the source file this detail explains.
public Span,Source span
Résultat Source.Span

type public_oe property

The type of this detail.
public Type type
Résultat Type