Mercury Messaging
Documentation for the Mercury Messaging Framework
MercuryMessaging.MmLogger Class Reference

Mercury's Logger is used throughout the framework to log: Framework, MmResponder, Application, and Error level messages. More...

Public Member Functions

delegate void LogFunc (string message)
 LogFunc used by the various loggers to pass string to target logging method. More...
 

Static Public Attributes

static LogFunc LogFramework = delegate { }
 Log Framework-level messages. More...
 
static LogFunc LogResponder = delegate { }
 Log MmResponder-level messages. More...
 
static LogFunc LogApplication = Debug.Log
 Log Application-level messages. More...
 
static LogFunc LogError = Debug.LogError
 Log Mercury XM error messages. More...
 

Detailed Description

Mercury's Logger is used throughout the framework to log: Framework, MmResponder, Application, and Error level messages.

Member Function Documentation

◆ LogFunc()

delegate void MercuryMessaging.MmLogger.LogFunc ( string  message)

LogFunc used by the various loggers to pass string to target logging method.

Parameters
messageString message.

Member Data Documentation

◆ LogApplication

LogFunc MercuryMessaging.MmLogger.LogApplication = Debug.Log
static

Log Application-level messages.

◆ LogError

LogFunc MercuryMessaging.MmLogger.LogError = Debug.LogError
static

Log Mercury XM error messages.

◆ LogFramework

LogFunc MercuryMessaging.MmLogger.LogFramework = delegate { }
static

Log Framework-level messages.

◆ LogResponder

LogFunc MercuryMessaging.MmLogger.LogResponder = delegate { }
static

Log MmResponder-level messages.


The documentation for this class was generated from the following file: