C# Class NLogViewer.Receivers.LogEventReceiverSkeleton

Inheritance: ILogEventReceiver
Exibir arquivo Open project: jkowalski/NLogViewer

Private Properties

Property Type Description

Public Methods

Method Description
CanPause ( ) : bool
CanRefresh ( ) : bool
CanResume ( ) : bool
CanStart ( ) : bool
CanStop ( ) : bool
Connect ( ILogEventProcessor processor ) : void
Disconnect ( ) : void
EventReceived ( LogEvent logEvent ) : void
InputThread ( ) : void
InputThreadQuitRequested ( ) : bool
LogEventReceiverSkeleton ( ) : System
Pause ( ) : void
RaiseError ( Exception ex ) : void
Refresh ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
CreateLogEvent ( ) : LogEvent

Method Details

CanPause() public method

public CanPause ( ) : bool
return bool

CanRefresh() public method

public CanRefresh ( ) : bool
return bool

CanResume() public method

public CanResume ( ) : bool
return bool

CanStart() public method

public CanStart ( ) : bool
return bool

CanStop() public method

public CanStop ( ) : bool
return bool

Connect() public method

public Connect ( ILogEventProcessor processor ) : void
processor ILogEventProcessor
return void

CreateLogEvent() protected method

protected CreateLogEvent ( ) : LogEvent
return NLogViewer.Events.LogEvent

Disconnect() public method

public Disconnect ( ) : void
return void

EventReceived() public method

public EventReceived ( LogEvent logEvent ) : void
logEvent NLogViewer.Events.LogEvent
return void

InputThread() public abstract method

public abstract InputThread ( ) : void
return void

InputThreadQuitRequested() public method

public InputThreadQuitRequested ( ) : bool
return bool

LogEventReceiverSkeleton() public method

public LogEventReceiverSkeleton ( ) : System
return System

Pause() public method

public Pause ( ) : void
return void

RaiseError() public method

public RaiseError ( Exception ex ) : void
ex System.Exception
return void

Refresh() public method

public Refresh ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void