DebugLogger constructor

DebugLogger(
  1. String name
)

Initializes a new instance of the DebugLogger class.

Implementation

DebugLogger(String name) : _name = name;