C# 클래스 NG.AssertDebug.DebugToFile

파일 보기 프로젝트 열기: Naphier/NGTools

공개 프로퍼티들

프로퍼티 타입 설명
dOut List
dOutDebugAssert List

공개 메소드들

메소드 설명
CleanLine ( string line ) : string
HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
WriteLineToLog ( string fileName, string line ) : void

Writes a single line to log file

WriteLineToLogAssertDebug ( string fileName, string line ) : void

Writes a single line to log file - for use only with NG.Assert and NG.Debug

WriteToLog ( ) : void

Writes to output.csv - must add strings to dOut list

WriteToLog ( string fileName ) : void

Writes all dOut strings to file

WriteToLogAssertDebug ( string fileName ) : void

For use only in NG.Assert and NG.Debug

메소드 상세

CleanLine() 공개 정적인 메소드

public static CleanLine ( string line ) : string
line string
리턴 string

HandleLogCallback() 공개 정적인 메소드

public static HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
logString string
stackTrace string
type LogType
리턴 void

WriteLineToLog() 공개 정적인 메소드

Writes a single line to log file
public static WriteLineToLog ( string fileName, string line ) : void
fileName string
line string
리턴 void

WriteLineToLogAssertDebug() 공개 정적인 메소드

Writes a single line to log file - for use only with NG.Assert and NG.Debug
public static WriteLineToLogAssertDebug ( string fileName, string line ) : void
fileName string
line string
리턴 void

WriteToLog() 공개 정적인 메소드

Writes to output.csv - must add strings to dOut list
public static WriteToLog ( ) : void
리턴 void

WriteToLog() 공개 정적인 메소드

Writes all dOut strings to file
public static WriteToLog ( string fileName ) : void
fileName string
리턴 void

WriteToLogAssertDebug() 공개 정적인 메소드

For use only in NG.Assert and NG.Debug
public static WriteToLogAssertDebug ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

dOut 공개적으로 정적으로 프로퍼티

Add strings to this to dump all into a file at a later time
public static List dOut
리턴 List

dOutDebugAssert 공개적으로 정적으로 프로퍼티

Add strings to this to dump all into a file at a later time Only for use by NG.Assert and NG.Debug
public static List dOutDebugAssert
리턴 List