C# 클래스 Microsoft.VisualStudio.R.Package.Logging.DiagnosticLogs

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
Collect ( IActionLog log ) : string
WriteGeneralData ( TextWriter writer, bool detailed ) : void

비공개 메소드들

메소드 설명
CollectGeneralData ( ) : string
CollectGeneralLogs ( object o, CancellationToken ct ) : void
CollectRTVSLogs ( object o, CancellationToken ct ) : void
CollectSystemEvents ( ) : string
CollectSystemLogs ( object o, CancellationToken ct ) : void
CreateArchive ( object o, CancellationToken ct ) : void
GetRecentLogFiles ( string pattern ) : IEnumerable
ZipFiles ( IEnumerable files ) : void

메소드 상세

Collect() 공개 정적인 메소드

public static Collect ( IActionLog log ) : string
log IActionLog
리턴 string

WriteGeneralData() 공개 정적인 메소드

public static WriteGeneralData ( TextWriter writer, bool detailed ) : void
writer System.IO.TextWriter
detailed bool
리턴 void