C# 클래스 Invert.Core.DefaultLogger

상속: IDebugLogger
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor

공개 메소드들

메소드 설명
Log ( string message ) : void
LogException ( Exception ex ) : void

메소드 상세

Log() 공개 메소드

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

LogException() 공개 메소드

public LogException ( Exception ex ) : void
ex System.Exception
리턴 void