MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Exceptions.ExceptionConsoleLogger Class Reference

Logs the received exceptions to the console. More...

Inheritance diagram for MTSC.Exceptions.ExceptionConsoleLogger:
MTSC.Exceptions.IExceptionHandler

Public Member Functions

bool HandleException (Exception e)
 Handles exceptions. More...
 

Detailed Description

Logs the received exceptions to the console.

Definition at line 10 of file ExceptionConsoleLogger.cs.

Member Function Documentation

◆ HandleException()

bool MTSC.Exceptions.ExceptionConsoleLogger.HandleException ( Exception  e)

Handles exceptions.

Parameters
eException to be handled.
Returns
True if it handled the exception. Otherwise returns false.

Implements MTSC.Exceptions.IExceptionHandler.

Definition at line 12 of file ExceptionConsoleLogger.cs.


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