Commit Graph

10 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 08aa1d6c0c GoggaMode
- Added new mode `RUSTACEAN_SIMPLE`

GoggaTransform

- Added support for `RUSTACEAN_SIMPLE` mode
2023-11-22 11:49:39 +02:00
Tristan B. Velloza Kildaire 9b99ce9738 GoggaTransform
- Updated coumentation
2023-03-03 16:18:45 +02:00
Tristan B. Velloza Kildaire f324399feb GoggaTransform
- `Level.WARN` is now yellow
- Debugging color is now pink
2023-03-03 16:17:37 +02:00
Tristan B. Velloza Kildaire 69f92a7b2e Documentation
- Mention the styles available in the `README.md`
- Added comments to enum members
- Added documentation to alias
2023-03-03 11:38:10 +02:00
Tristan B. Velloza Kildaire eef86c82e1 Transform
- Added missing documentation
2023-03-03 11:27:49 +02:00
Tristan B. Velloza Kildaire 9328d6d021 Transform
- Rustacean mode implemented
2023-03-02 13:56:53 +02:00
Tristan B. Velloza Kildaire 2cfaf9cc60 Transform
- Fixed `SIMPLE` mode
2023-03-02 13:53:29 +02:00
Tristan B. Velloza Kildaire bcfcb52e1b Transform
- Make `TwoKTwenty3` the default mode
- `debugColor(string, Level)` now resets VT100 colors so it can be used individually

Logger

- Added mode selection
- Added two more unittests to test mode selection
2023-03-02 13:49:59 +02:00
Tristan B. Velloza Kildaire 7ad503825f - Adding transform modes 2023-03-02 13:44:10 +02:00
Tristan B. Velloza Kildaire 7652938043 Core
- Removed uneeded unittest with commented-out code
- Moved `GoggaTransform` outside of the `dlog.core` module

Transform

- Placed the `GoggaTransform` into the `dlog.transform` module

Context

- Placed `GoggaContext` into its own module named `gogga.context`
2023-03-02 13:31:37 +02:00