C# 클래스 Log.Detail

This is a single detail for the log. TODO(kai): describe this better.
파일 보기 프로젝트 열기: YourLocalFax/OLD-Score

공개 프로퍼티들

프로퍼티 타입 설명
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