C# 클래스 Bricklayer.Server.LogType

Messages shown in the console with a specified color and prefix
파일 보기 프로젝트 열기: Cyral/Bricklayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Standard LogType

공개 메소드들

메소드 설명
LogType ( string prefix, ConsoleColor color ) : System
WriteText ( string text ) : void

Write text to the console using the prefix

WriteText ( string text, ConsoleColor color ) : void

Write text to the console using the prefix and a color for the rest of the text

비공개 메소드들

메소드 설명
LogType ( ) : System

메소드 상세

LogType() 공개 메소드

public LogType ( string prefix, ConsoleColor color ) : System
prefix string
color ConsoleColor
리턴 System

WriteText() 공개 메소드

Write text to the console using the prefix
public WriteText ( string text ) : void
text string
리턴 void

WriteText() 공개 메소드

Write text to the console using the prefix and a color for the rest of the text
public WriteText ( string text, ConsoleColor color ) : void
text string
color ConsoleColor
리턴 void

프로퍼티 상세

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

public static LogType,Bricklayer.Server Standard
리턴 LogType