initialer commit mit kleinem prototype

This commit is contained in:
2026-03-24 18:21:50 +01:00
commit 89b8072e01
3 changed files with 29 additions and 0 deletions

8
main.ps1 Normal file
View File

@@ -0,0 +1,8 @@
# import von log-framework
Import-Module .\LogFramework.psm1
# ausführen von verschiedenen testcases
Write-LFLog "Testnachricht" "low"
Write-LFLog "Testnachricht" "mid"
Write-LFLog "Testnachricht" "high"
Write-LFLog "Testnachricht" "critical"