Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/scripts/
Dwin-installer-helper.psm11326 $timestamp = Get-Date in Trace-Message() variable
1327 Write-Host "[INFO] [$timestamp] $Message" in Trace-Message() variable
1351 $timestamp = Get-Date in Trace-Warning() variable
1353 Write-Host "[WARN] [$timestamp] $Message" -ForegroundColor Yellow in Trace-Warning() variable
1378 $timestamp = Get-Date in Trace-Error() variable
1380 Write-Host "[ERROR] [$timestamp] $Message" -ForegroundColor Red in Trace-Error() variable