Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / Log Class


In This Topic
Log Class Methods
In This Topic

For a list of all members of this type, see Log members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Indicates if the packager executable is available where this process can find it.  
Public Methodstatic (Shared in Visual Basic)Indicates if we have sufficient configuration information to automatically send packages while running (via email or server).  
Public Methodstatic (Shared in Visual Basic)Indicates if we have sufficient configuration information to automatically send packages upon exit (via email or server).  
Public Methodstatic (Shared in Visual Basic)Automatically stop debugger like a breakpoint, if enabled.  
Public Methodstatic (Shared in Visual Basic)Overloaded. End the current log file (but not the session) and open a new file to continue logging.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Called at the end of the process execution cycle to indicate that the process shut down normally or explicitly crashed.  
Public Methodstatic (Shared in Visual Basic)Ensure all messages have been written completely  
Public Methodstatic (Shared in Visual Basic)Attempt to initialize the log system. If it is already initialized it will return immediately.  
Public Methodstatic (Shared in Visual Basic)Indicates if we have sufficient configuration information to automatically send packages by email submission.  
Public Methodstatic (Shared in Visual Basic)Indicates if we have sufficient configuration information to automatically send packages to a Loupe Server.  
Public Methodstatic (Shared in Visual Basic)Indicates if logging is active, performing initialization if necessary  
Public Methodstatic (Shared in Visual Basic)Overloaded. Record an unexpected Exception to the Gibraltar central log, formatted automatically.  
Public Methodstatic (Shared in Visual Basic)Add an implementation of IFilter to inspect and modify data recorded by Loupe.  
Public Methodstatic (Shared in Visual Basic)Send sessions using packager  
Public Methodstatic (Shared in Visual Basic)Set the SendSessionsOnExit setting. (Should only be called through the SendSessionsOnExit property in Monitor.Log or Agent.Log.)  
Public Methodstatic (Shared in Visual Basic)Overloaded. Called to activate the logging system. If it is already active then this has no effect.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Write a Verbose trace message directly to the Gibraltar log.  
Public Methodstatic (Shared in Visual Basic)Remove the specified IFilter implementation from the set of filters.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Record the provided set of metric samples to the log.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Write a trace message directly to the Gibraltar log with an optional attached Exception and specifying Queued or WaitForCommit behavior.  
Top
See Also