C# Class Story.Core.Handlers.BasicStoryFormatter

Inheritance: IStoryFormatter
Datei anzeigen Open project: narratr/story

Public Methods

Method Description
AddStory ( IStory story, StringBuilder str, int level ) : void
BasicStoryFormatter ( LogSeverity severityThreshold ) : System.Text
FormatStory ( IStory story, string handlerName ) : string

Method Details

AddStory() public method

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

BasicStoryFormatter() public method

public BasicStoryFormatter ( LogSeverity severityThreshold ) : System.Text
severityThreshold LogSeverity
return System.Text

FormatStory() public method

public FormatStory ( IStory story, string handlerName ) : string
story IStory
handlerName string
return string