Mercury's Logger is used throughout the framework to log: Framework, MmResponder, Application, and Error level messages.
More...
|
delegate void | LogFunc (string message) |
| LogFunc used by the various loggers to pass string to target logging method. More...
|
|
Mercury's Logger is used throughout the framework to log: Framework, MmResponder, Application, and Error level messages.
◆ LogFunc()
delegate void MercuryMessaging.MmLogger.LogFunc |
( |
string |
message | ) |
|
LogFunc used by the various loggers to pass string to target logging method.
- Parameters
-
◆ 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:
- C:/Users/ce223/Documents/Projects/MercuryMessaging/Assets/MercuryMessaging/Protocol/MmLogger.cs