Loupe - Log - Monitor - Resolve
Gibraltar.Messaging Namespace / Notifier Class / Notifier Constructor
The minimum LogMessageSeverity to look for.
A name for this notifier (may be null for generic).
True to delay and group messages together for more efficient processing

In This Topic
    Notifier Constructor
    In This Topic
    Create a Notifier looking for a given minimum LogMessageSeverity.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal publisher As Publisher, _
       ByVal minimumSeverity As LogMessageSeverity, _
       ByVal notifierName As String, _
       Optional ByVal groupMessages As Boolean _
    )

    Parameters

    publisher
    minimumSeverity
    The minimum LogMessageSeverity to look for.
    notifierName
    A name for this notifier (may be null for generic).
    groupMessages
    True to delay and group messages together for more efficient processing
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also