C# 클래스 kOS.Logger

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

보호된 프로퍼티들

프로퍼티 타입 설명
ExceptionHistory List
Shared SharedObjects

공개 메소드들

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

보호된 메소드들

메소드 설명
LogToScreen ( string text ) : void
Logger ( ) : System
Logger ( SharedObjects shared ) : System

메소드 상세

Log() 공개 메소드

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

Log() 공개 메소드

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

LogError() 공개 추상적인 메소드

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

LogException() 공개 추상적인 메소드

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

LogToScreen() 보호된 메소드

protected LogToScreen ( string text ) : void
text string
리턴 void

LogWarning() 공개 추상적인 메소드

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

LogWarningAndScreen() 공개 추상적인 메소드

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

Logger() 보호된 메소드

protected Logger ( ) : System
리턴 System

Logger() 보호된 메소드

protected Logger ( SharedObjects shared ) : System
shared SharedObjects
리턴 System

SuperVerbose() 공개 메소드

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

프로퍼티 상세

ExceptionHistory 보호되어 있는 프로퍼티

protected List ExceptionHistory
리턴 List

Shared 보호되어 있는 프로퍼티

protected SharedObjects Shared
리턴 SharedObjects