C# Class Story.Core.Handlers.BasicStoryFormatter

Inheritance: IStoryFormatter
Afficher le fichier Open project: narratr/story

Méthodes publiques

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

Method Details

AddStory() public méthode

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

BasicStoryFormatter() public méthode

public BasicStoryFormatter ( LogSeverity severityThreshold ) : System.Text
severityThreshold LogSeverity
Résultat System.Text

FormatStory() public méthode

public FormatStory ( IStory story, string handlerName ) : string
story IStory
handlerName string
Résultat string