Searched defs:timestamp (Results 1 – 1 of 1) sorted by relevance
1326 $timestamp = Get-Date in Trace-Message() variable1327 Write-Host "[INFO] [$timestamp] $Message" in Trace-Message() variable1351 $timestamp = Get-Date in Trace-Warning() variable1353 Write-Host "[WARN] [$timestamp] $Message" -ForegroundColor Yellow in Trace-Warning() variable1378 $timestamp = Get-Date in Trace-Error() variable1380 Write-Host "[ERROR] [$timestamp] $Message" -ForegroundColor Red in Trace-Error() variable