C# Класс Pluton.Logger

Показать файл Открыть проект

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

Метод Описание
ChatLog ( string Sender, string Msg ) : void
Init ( ) : void
Log ( string Message, UnityEngine Context = null ) : void
LogDebug ( string Message, UnityEngine Context = null ) : void
LogError ( string Message, UnityEngine Context = null ) : void
LogException ( Exception Ex, UnityEngine Context = null ) : void
LogRecieved ( string condition, string stackTrace, LogType type ) : void
LogWarning ( string Message, UnityEngine Context = null ) : void
ThreadedLogRecieved ( string condition, string stackTrace, LogType type ) : void

Приватные методы

Метод Описание
ChatWriterInit ( ) : void
ErrorWriterInit ( ) : void
LogFormat ( string Text ) : string
LogWriterInit ( ) : void
WarnWriterInit ( ) : void
WriteChat ( string Message ) : void
WriteError ( string Message ) : void
WriteLog ( string Message ) : void
WriteWarn ( string Message ) : void

Описание методов

ChatLog() публичный статический Метод

public static ChatLog ( string Sender, string Msg ) : void
Sender string
Msg string
Результат void

Init() публичный статический Метод

public static Init ( ) : void
Результат void

Log() публичный статический Метод

public static Log ( string Message, UnityEngine Context = null ) : void
Message string
Context UnityEngine
Результат void

LogDebug() публичный статический Метод

public static LogDebug ( string Message, UnityEngine Context = null ) : void
Message string
Context UnityEngine
Результат void

LogError() публичный статический Метод

public static LogError ( string Message, UnityEngine Context = null ) : void
Message string
Context UnityEngine
Результат void

LogException() публичный статический Метод

public static LogException ( Exception Ex, UnityEngine Context = null ) : void
Ex System.Exception
Context UnityEngine
Результат void

LogRecieved() публичный статический Метод

public static LogRecieved ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
Результат void

LogWarning() публичный статический Метод

public static LogWarning ( string Message, UnityEngine Context = null ) : void
Message string
Context UnityEngine
Результат void

ThreadedLogRecieved() публичный статический Метод

public static ThreadedLogRecieved ( string condition, string stackTrace, LogType type ) : void
condition string
stackTrace string
type LogType
Результат void