C# 클래스 uREPL.Log.Data

파일 보기 프로젝트 열기: hecomi/uREPL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
level Level
log string
meta string

공개 메소드들

메소드 설명
Data ( string log, string meta, Level level ) : System.Collections.Generic

메소드 상세

Data() 공개 메소드

public Data ( string log, string meta, Level level ) : System.Collections.Generic
log string
meta string
level Level
리턴 System.Collections.Generic

프로퍼티 상세

level 공개적으로 프로퍼티

public Level level
리턴 Level

log 공개적으로 프로퍼티

public string log
리턴 string

meta 공개적으로 프로퍼티

public string meta
리턴 string