Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / DetailLogMessage Class
Members

In This Topic
    DetailLogMessage Class
    In This Topic
    An intermediary class to log a Gibraltar log message including an XML details string.
    Syntax
    'Declaration
     
    
    Public Class DetailLogMessage 
       Inherits LogMessageBase
    public class DetailLogMessage : LogMessageBase 
    Remarks
    This class knows how to formulate our most advanced log message format including an XML details string. Importantly, it knows how to acquire information about the source of a log message from the current call stack, and acts as its own IMessageSourceProvider when handing it off to the central Log. Thus, this object must be created while still within the same call stack as the origination of the log message. Used internally by our external Gibraltar log API.
    Inheritance Hierarchy

    System.Object
          Gibraltar.Monitor.DetailLogMessage

    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