![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Interface for loggers. More...
Public Member Functions | |
| bool | Log (string message) |
| Logs the received message. More... | |
| bool | LogDebug (string message) |
| Logs the received debug message. More... | |
Interface for loggers.
Definition at line 10 of file ILogger.cs.
| bool MTSC.Logging.ILogger.Log | ( | string | message | ) |
Logs the received message.
| message | Message to be received. |
Implemented in MTSC.Logging.ConsoleLogger, and MTSC.Logging.DebugConsoleLogger.
| bool MTSC.Logging.ILogger.LogDebug | ( | string | message | ) |
Logs the received debug message.
| message | Debug message to be logged. |
Implemented in MTSC.Logging.ConsoleLogger, and MTSC.Logging.DebugConsoleLogger.