MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Logging.DebugConsoleLogger Class Reference
Inheritance diagram for MTSC.Logging.DebugConsoleLogger:
MTSC.Logging.ILogger

Public Member Functions

bool Log (string message)
 Ignores simple logging messages. More...
 
bool LogDebug (string message)
 Outputs the debug message to console. More...
 

Detailed Description

Definition at line 7 of file DebugConsoleLogger.cs.

Member Function Documentation

◆ Log()

bool MTSC.Logging.DebugConsoleLogger.Log ( string  message)

Ignores simple logging messages.

Parameters
message
Returns
False

Implements MTSC.Logging.ILogger.

Definition at line 14 of file DebugConsoleLogger.cs.

◆ LogDebug()

bool MTSC.Logging.DebugConsoleLogger.LogDebug ( string  message)

Outputs the debug message to console.

Parameters
messageMessage to be output.
Returns
False

Implements MTSC.Logging.ILogger.

Definition at line 23 of file DebugConsoleLogger.cs.


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