| Class | Description |
|---|---|
| ActivatedLog |
Class that will have contact with the Implementation Log used in the project
|
| DeactivatedLog |
This class will be used when the log is deactivated
It suppose to do nothing.
|
| Log |
Project Log interface
The implementation used will be hidden of the project behind this interface
|
| LogBuilder |
This builder will create an instance of the Log
If the log is deactivated, a class will be created that executes no actions
It is not necessary to do if (log.isActive) around the code
|
Copyright © 2015. All rights reserved.