C# Class Story.Core.Handlers.TraceHandler

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

Méthodes publiques

Méthode Description
OnStop ( IStory story ) : void
TraceHandler ( string name, IStoryFormatter storyFormatter = null ) : System

Method Details

OnStop() public méthode

public OnStop ( IStory story ) : void
story IStory
Résultat void

TraceHandler() public méthode

public TraceHandler ( string name, IStoryFormatter storyFormatter = null ) : System
name string
storyFormatter IStoryFormatter
Résultat System