C# Класс kOS.KSPLogger

Наследование: Logger
Показать файл Открыть проект

Открытые методы

Метод Описание
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