Tristan B. Velloza Kildaire
0309e28ec8
Update README.md
2 months ago
Tristan B. Velloza Kildaire
f46dae5d69
Create d.yml
2 months ago
Tristan B. Velloza Kildaire
bb8f71c9db
FInal update for now
3 months ago
Tristan B. Velloza Kildaire
d1659bb6b9
Utilities
...
- Added docs
3 months ago
Tristan B. Velloza Kildaire
cbeb844af5
Context
...
- Documented each enum member for the `Level` enum
- Documented all public members of `CompilationInfo`
3 months ago
Tristan B. Velloza Kildaire
f54ec9f87b
Defaults
...
- Updated documentation
3 months ago
Tristan B. Velloza Kildaire
0362ae7694
Core
...
- Updated documentation
3 months ago
Tristan B. Velloza Kildaire
991a9e4531
Core
...
- Updated documentation
3 months ago
Tristan B. Velloza Kildaire
cd99b7af99
Defaults
...
- Updated documentation
3 months ago
Tristan B. Velloza Kildaire
9b79e6f154
Core
...
- Updated documentation
Context
- Updated documentation
Transform
- Updated documentation
3 months ago
Tristan B. Velloza Kildaire
2a6c0b493f
- Fixed API documentation links
3 months ago
Tristan B. Velloza Kildaire
c7cb58c1db
Package
...
- Updated module documentation for `dlog` package module
- Added documentation for `dlog.core`, `dlog.transform`, `dlog.context` and `dlog.defaults` public module imports
3 months ago
Tristan B. Velloza Kildaire
adf502335e
- Updated
3 months ago
Tristan B. Velloza Kildaire
774c435307
- License update
...
- Updated .gitignore
3 months ago
Tristan B. Velloza Kildaire
e392a7a568
- Updated README
3 months ago
Tristan B. Velloza Kildaire
aaa786c86d
Logger
...
- Fixed error where `multiArgJoiner` is `private` and not `protected` (meaning inherited loggers would not be able to access it)
3 months ago
Tristan B. Velloza Kildaire
23f155174e
Logger
...
- Don't make `debug_`, `warn`, `info` or `error` final
3 months ago
Tristan B. Velloza Kildaire
484b9f949b
Context
...
- Added documentation headers for `CompilationInfo`
3 months ago
Tristan B. Velloza Kildaire
77448e3245
Logger
...
- Allow calling `debug_(TextType...)(TextType)` using `dbg`
3 months ago
Tristan B. Velloza Kildaire
d58c4076ed
Logger
...
- Implemented `info(TextType...)(TextType)`
- Implemented `debug_(TextType...)(TextType)`
- Implemented `warn(TextType...)(TextType)`
3 months ago
Tristan B. Velloza Kildaire
20dc3c0058
Context
...
- Implemented `setLevel(Level)` and `getLevel()`
3 months ago
Tristan B. Velloza Kildaire
70dc9c0449
Logger
...
- Added missing header comment for the consructor for `Logger`
- Implemented `error(TextType...)(TextType)`
3 months ago
Tristan B. Velloza Kildaire
16459b2e4d
Logger
...
- Removed aliases `logc` and `log`
- Renamed `log3Ctx` to `logc`
- Renamed `log3` to `log`
3 months ago
Tristan B. Velloza Kildaire
6a11312763
Utilities
...
- Added missing import of the `to` template from `std.conv`
3 months ago
Tristan B. Velloza Kildaire
3b9562bd07
Package
...
- Removed public import of `dlog.utilities`
3 months ago
Tristan B. Velloza Kildaire
7e10495862
Utilities
...
- Moved `flatten()` to the `dlog.utilities` module
Package
- Updated package to import `dlog.utilities`
Core
- Import `flatten` from `dlog.utilities`
3 months ago
Tristan B. Velloza Kildaire
28c546ff16
Logger
...
- Fixed misunderstanding that caused a bug in `log3(TextType...)(TextType)`
- Moved unit test embedded in the `Logger` class outside into the module-level
- Implemented `args(TextType...)(TextType)` for flattening an `AliasSeq`
- Removed spurious `writeln` calls within some unit tests
3 months ago
Tristan B. Velloza Kildaire
528654e428
Logger
...
- Added a statci method `flatten(...)` which lets you flatten an arbitrary sequance of actual argumnets (an AliasSeq) into a `string[]`
- Removed old commented-out code
- Updated documentation for methods
- Ensure thge aliases `log` and `logc` are public
Context
- Added `Level` enum with members `INFO`, `WARN`, `ERROR` and `DEBUG`
- Added a field `level` to `Context`
3 months ago
Tristan B. Velloza Kildaire
623126a830
Package
...
- Added missing import for `dlog.context`
3 months ago
Tristan B. Velloza Kildaire
494b96e4a0
Context
...
- Added the idea of a `Context`
- A `Context` default has `CompilationInfo` attached to it
Transform
- Switched to using `Context`
Core
- Added new `Context`-based functions, removed old
- Disabled some unit tests for now
Defaults
- Updated the defaults
3 months ago
Tristan B. Velloza Kildaire
fbd45f1763
Core
...
- Fixed bug whereby the meta programming was only enabled during `unittest` build mode
3 months ago
Tristan B. Velloza Kildaire
bf2e54904b
Core
...
- Bug fix for the usage of `contextExtras` (which was not working prior)
Unit tests
- Added a new unit test to fix the `contextExtras` feature of `log(...)`
3 months ago
Tristan B. Velloza Kildaire
b2b5d46d8e
Core
...
- Reworked the meta programming in `log2` to actually function correctly
Unit tests
- Added some more unit tests testing out `log2`
3 months ago
Tristan B. Velloza Kildaire
c92f147773
Logger
...
- Working on the new `log2` function
Unit tests
- Added some padding prints to the unit tests
- Added a universal import that only activates on `unittest` build mode
- Added test for `log2` method
3 months ago
Tristan B. Velloza Kildaire
5a503fb14c
Context
...
- Added new Context class for future version
3 months ago
Tristan B. Velloza Kildaire
d2135062f3
Package
...
- Added missing import for `dlog.transform`
3 months ago
Tristan B. Velloza Kildaire
6008c8f333
Repository
...
- Updated .gitignore
Clean up
- General clean up
3 months ago
Tristan B. Velloza Kildaire
c410dd3bc0
- Made unittests more concise
5 months ago
Tristan B. Velloza Kildaire
ac363801c3
Added .gitignore
5 months ago
Tristan B. Velloza Kildaire
6e7ab612dc
- Now you can use arbitrary amount of arguments as the message text
...
- Ability to set the joiner of arguments in multi-variate case
5 months ago
Tristan B. Velloza Kildaire
9c55fee725
Finished README.md
1 year ago
Tristan B. Velloza Kildaire
c975b2d99b
Fixed docstrings for modules
1 year ago
Tristan B. Velloza Kildaire
e4509f1dfc
Added missing docstrings
1 year ago
Tristan B. Velloza Kildaire
24bc5bec34
Removed testing module
1 year ago
Tristan B. Velloza Kildaire
e22c677026
Added missing docstring
1 year ago
Tristan B. Velloza Kildaire
69caf75ae6
Updated README
1 year ago
Tristan B. Velloza Kildaire
09c7d85434
Added missing docstrings
1 year ago
Tristan B. Velloza Kildaire
fec60c560a
Removed TODO
1 year ago
Tristan B. Velloza Kildaire
be670c44d0
Add link to DUB repo
1 year ago
Tristan B. Velloza Kildaire
415076d832
Fixed header
1 year ago