C# 클래스 Pluton.Logger

파일 보기 프로젝트 열기: Notulp/Pluton

공개 메소드들

메소드 설명
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