Depin Core - Dependency injection framework core module for Ceylon
## Logging
This module uses standard Ceylon logging defined via `module ceylon.logging`. Configuration of logging may be altered using [[log]] value.
Whole module uses [[log]] for logging purpose.
Reference to `module ceylon.logging` documentation for more information.
# Introduction
Whole concept of this framework, is based on [[Dependency]] and [[Injection]] abstract classes.
Both are tightly coupled together.
The ...