C# 클래스 SharpLogger.LogConstruction.ExceptionAppender

상속: ILogConstructor
파일 보기 프로젝트 열기: repinvv/SharpLogger

공개 메소드들

메소드 설명
ConstructLine ( StringBuilder sb, LogItem item ) : void

비공개 메소드들

메소드 설명
AppendException ( StringBuilder sb, Exception ex ) : void

메소드 상세

ConstructLine() 공개 메소드

public ConstructLine ( StringBuilder sb, LogItem item ) : void
sb StringBuilder
item LogItem
리턴 void