C# 클래스 CustomFarmTypes.Log

파일 보기 프로젝트 열기: Pathoschild/smapi-mod-dump

공개 메소드들

메소드 설명
debug ( String str ) : void
error ( String str ) : void
info ( String str ) : void
trace ( String str ) : void
warn ( String str ) : void

메소드 상세

debug() 공개 정적인 메소드

public static debug ( String str ) : void
str String
리턴 void

error() 공개 정적인 메소드

public static error ( String str ) : void
str String
리턴 void

info() 공개 정적인 메소드

public static info ( String str ) : void
str String
리턴 void

trace() 공개 정적인 메소드

public static trace ( String str ) : void
str String
리턴 void

warn() 공개 정적인 메소드

public static warn ( String str ) : void
str String
리턴 void