C# 클래스 ConsoleDemo.console

파일 보기 프로젝트 열기: NetDimension/WeiboSDK

공개 메소드들

메소드 설명
attention ( string msg ) : void
data ( string msg ) : void
error ( string msg ) : void
info ( string msg ) : void
key ( string msg ) : void
log ( ) : void
log ( string msg ) : void
tip ( string msg ) : void
warn ( string msg ) : void

메소드 상세

attention() 공개 정적인 메소드

public static attention ( string msg ) : void
msg string
리턴 void

data() 공개 정적인 메소드

public static data ( string msg ) : void
msg string
리턴 void

error() 공개 정적인 메소드

public static error ( string msg ) : void
msg string
리턴 void

info() 공개 정적인 메소드

public static info ( string msg ) : void
msg string
리턴 void

key() 공개 정적인 메소드

public static key ( string msg ) : void
msg string
리턴 void

log() 공개 정적인 메소드

public static log ( ) : void
리턴 void

log() 공개 정적인 메소드

public static log ( string msg ) : void
msg string
리턴 void

tip() 공개 정적인 메소드

public static tip ( string msg ) : void
msg string
리턴 void

warn() 공개 정적인 메소드

public static warn ( string msg ) : void
msg string
리턴 void