Log event provider.

Namespace: BasicCard.Logging
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public sealed class LogEventProvider : IDisposable
Visual Basic
Public NotInheritable Class LogEventProvider
	Implements IDisposable
Visual C++
public ref class LogEventProvider sealed : IDisposable
F#
[<SealedAttribute>]
type LogEventProvider =  
    class
        interface IDisposable
    end

Remarks

Use for displaying run time events for diagnostic puposes.

Inheritance Hierarchy

System..::..Object
  BasicCard.Logging..::..LogEventProvider

See Also