C# Class LogFileViewer.Filters.StackTraceMatching

Exibir arquivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

Method Description
IsMatch ( LogMessage log ) : bool
Save ( Stream stream ) : void
StackTraceMatching ( ) : System
StackTraceMatching ( Stream stream ) : System
ToString ( ) : string

Method Details

IsMatch() public method

public IsMatch ( LogMessage log ) : bool
log GSF.Diagnostics.LogMessage
return bool

Save() public method

public Save ( Stream stream ) : void
stream Stream
return void

StackTraceMatching() public method

public StackTraceMatching ( ) : System
return System

StackTraceMatching() public method

public StackTraceMatching ( Stream stream ) : System
stream Stream
return System

ToString() public method

public ToString ( ) : string
return string