C# 클래스 Story.Core.Handlers.BasicStoryFormatter

상속: IStoryFormatter
파일 보기 프로젝트 열기: narratr/story

공개 메소드들

메소드 설명
AddStory ( IStory story, StringBuilder str, int level ) : void
BasicStoryFormatter ( LogSeverity severityThreshold ) : System.Text
FormatStory ( IStory story, string handlerName ) : string

메소드 상세

AddStory() 공개 메소드

public AddStory ( IStory story, StringBuilder str, int level ) : void
story IStory
str System.Text.StringBuilder
level int
리턴 void

BasicStoryFormatter() 공개 메소드

public BasicStoryFormatter ( LogSeverity severityThreshold ) : System.Text
severityThreshold LogSeverity
리턴 System.Text

FormatStory() 공개 메소드

public FormatStory ( IStory story, string handlerName ) : string
story IStory
handlerName string
리턴 string