feat: full/rotate check

This commit is contained in:
fukusuket
2025-04-20 16:27:13 +09:00
parent e248ee61ea
commit 02e4567288

View File

@@ -1478,7 +1478,7 @@ function AuditFileSize {
} }
# Format-Tableには色つき出力の機能はないので、Write-Hostで色をつける # Format-Tableには色つき出力の機能はないので、Write-Hostで色をつける
$tableLayout = "{0,-75} {1,-15} {2,-10} {3,-10} {4,-10} {5,-10} {6,-10} {7,-10}" $tableLayout = "{0,-75} {1,-15} {2,-10} {3,-10} {4,-15} {5,-10} {6,-10} {7,-10}"
Write-Host ($tableLayout -f ` Write-Host ($tableLayout -f `
"Log File", ` "Log File", `
"Current Size", ` "Current Size", `