C# Class Ivony.Logs.LogFilter.LogTypeBasedFilter

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

Public Methods

Method Description
LogTypeBasedFilter ( LogType type ) : System
Writable ( LogEntry entry ) : bool

Method Details

LogTypeBasedFilter() public method

public LogTypeBasedFilter ( LogType type ) : System
type LogType
return System

Writable() public method

public Writable ( LogEntry entry ) : bool
entry LogEntry
return bool