C# 클래스 kOS.KSPLogger

상속: Logger
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
KSPLogger ( ) : System
KSPLogger ( SharedObjects shared ) : System
Log ( Exception e ) : void
Log ( string text ) : void
LogError ( string s ) : void
LogException ( Exception exception ) : void
LogWarning ( string s ) : void
LogWarningAndScreen ( string s ) : void

비공개 메소드들

메소드 설명
BuildLocationString ( GlobalPath path, int line ) : string
GetSourceLine ( GlobalPath path, int line ) : string
TraceLog ( ) : string

Return a list of strings containing the trace log of the call stack that got to the current point.

메소드 상세

KSPLogger() 공개 메소드

public KSPLogger ( ) : System
리턴 System

KSPLogger() 공개 메소드

public KSPLogger ( SharedObjects shared ) : System
shared SharedObjects
리턴 System

Log() 공개 메소드

public Log ( Exception e ) : void
e System.Exception
리턴 void

Log() 공개 메소드

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

LogError() 공개 메소드

public LogError ( string s ) : void
s string
리턴 void

LogException() 공개 메소드

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

LogWarning() 공개 메소드

public LogWarning ( string s ) : void
s string
리턴 void

LogWarningAndScreen() 공개 메소드

public LogWarningAndScreen ( string s ) : void
s string
리턴 void