C# Class Ivony.Logs.LogFilenameStrategy.Literal

Inheritance: LogFilenameStrategy
显示文件 Open project: Ivony/LogUtility

Public Methods

Method Description
GetName ( LogEntry entry ) : string
Literal ( string text ) : System

Method Details

GetName() public method

public GetName ( LogEntry entry ) : string
entry LogEntry
return string

Literal() public method

public Literal ( string text ) : System
text string
return System