C# Class Story.Core.Handlers.TraceHandler

Inheritance: IStoryHandler
ファイルを表示 Open project: narratr/story

Public Methods

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

Method Details

OnStop() public method

public OnStop ( IStory story ) : void
story IStory
return void

TraceHandler() public method

public TraceHandler ( string name, IStoryFormatter storyFormatter = null ) : System
name string
storyFormatter IStoryFormatter
return System