Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep closed issue PlexSheep/pt#74 2024-07-09 19:40:26 +02:00
logger documentation outdated and low detail
PlexSheep closed issue PlexSheep/pt#90 2024-07-09 19:39:44 +02:00
logging to file does not work
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 19:39:35 +02:00
8226d74fb9 feat(log): apperently, it wasn't possible to set a min log level?
729c4e3a4e fix(log): logfile works again #90
1c92f95901 docs(log): add an example for using a logfile
Compare 3 commits »
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 19:34:50 +02:00
673eb691e9 fix(cli): clap count parser only works with u8, so revert the change to i8 back
b382b3e501 refactor(cli): cli example was weird
Compare 2 commits »
PlexSheep opened issue PlexSheep/pt#90 2024-07-09 19:18:51 +02:00
logging to file does not work
PlexSheep opened issue PlexSheep/pt#89 2024-07-09 18:37:45 +02:00
crate level documentation for libpt.cli
PlexSheep opened issue PlexSheep/pt#88 2024-07-09 18:37:27 +02:00
readme files for all crates
PlexSheep opened issue PlexSheep/pt#87 2024-07-09 18:37:11 +02:00
just get rid of libpt-py
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:33:36 +02:00
87dc2871d7 refactor(log)!: rename ansiconst -> ansi
PlexSheep closed issue PlexSheep/pt#82 2024-07-09 18:31:34 +02:00
Add default values to LoggerBuilder
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:31:32 +02:00
edb6342b0c docs(log): add defaults to builder methods #82
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:25:53 +02:00
b2bf00db46 refactor(log): apply more clippy findings
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:23:28 +02:00
73f935d9b2 refactor(log): remove depereciated Logger::build()
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:23:13 +02:00
65936a5c72 refactor(log): remove depereciated Logger::build()
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:22:47 +02:00
9b94c25234 refactor(log): apply clippy findings
PlexSheep pushed to master at PlexSheep/_cargo-index 2024-07-09 18:14:10 +02:00
0ded0881f0 Update libpt-cli
PlexSheep pushed to devel at PlexSheep/pt 2024-07-09 18:12:25 +02:00
511fd69ab6 Merge pull request 'implement a cli module' (#85) from feat/cli into devel
f50dfe05e4 Merge branch 'devel' into feat/cli
476efb85c8 refactor(cli): apply all clippy findings
d9cdd18376 Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
4f15f4b639 refactor(cli): change log feature and impl default for VerbosityLevel
Compare 47 commits »
PlexSheep merged pull request PlexSheep/pt#85 2024-07-09 18:12:24 +02:00
implement a cli module
PlexSheep pushed to feat/cli at PlexSheep/pt 2024-07-09 18:11:36 +02:00
f50dfe05e4 Merge branch 'devel' into feat/cli
c9e5a3f43d chore: change LICENSE to GPL-3.0-or-later
Compare 2 commits »
PlexSheep commented on pull request PlexSheep/pt#85 2024-07-09 18:11:18 +02:00
implement a cli module

yay