Dacaspex / Fractal

A program that can generate images and videos of fractals. It will include an API to include user created fractals. Choose between a variety of colour schemes to create beautiful images/videos
MIT License
0 stars 1 forks source link

Create logger #27

Closed Dacaspex closed 7 years ago

Dacaspex commented 7 years ago

Create a logger that can output to the console. This option can eventually be changed in the settings menu. It is meant for development. It should provide the developer with useful feedback on what is happening in the program.

When the logging feature is turned off, no output should be send to the console.

Perhaps colours can be used to create a better looking interface, don't know for sure if this is feasible.

Dacaspex commented 7 years ago

Logger class has been created which logs to the console

Dacaspex commented 7 years ago

The coloured output is disregarded for now. Can be looked at in a later stage but main functionality is in place. Therefore I'm closing this issue