Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LogMessageGroupCollection Class / Add Method / Add(String,LogMessage) Method
The unique name of the group within this collection
The first message to add to the group

Add(String,LogMessage) Method
Add a new group to this group collection with the provided name and the provided initial log message
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal groupName As String, _
   ByVal message As LogMessage _
) As LogMessageGroup
 

Parameters

groupName
The unique name of the group within this collection
message
The first message to add to the group

Return Value

The new log message group that was added
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