C# Class Story.Core.StoryLogEntry

Inheritance: IStoryLogEntry
显示文件 Open project: narratr/story

Public Methods

Method Description
StoryLogEntry ( LogSeverity severity, string text ) : System

Method Details

StoryLogEntry() public method

public StoryLogEntry ( LogSeverity severity, string text ) : System
severity LogSeverity
text string
return System