C# 클래스 SpellLogger, CodeSpells

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

공개 프로퍼티들

프로퍼티 타입 설명
file StreamWriter
loggedSpells string[]

공개 메소드들

메소드 설명
Log ( string message ) : void
LogCode ( string name, string message ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

LogCode() 공개 정적인 메소드

public static LogCode ( string name, string message ) : void
name string
message string
리턴 void

프로퍼티 상세

file 공개적으로 정적으로 프로퍼티

public static StreamWriter file
리턴 StreamWriter

loggedSpells 공개적으로 정적으로 프로퍼티

public static string[] loggedSpells
리턴 string[]