Logging
Rainmeter API
# Print a warning:
$RmAPI.LogWarning("WARNING! Be careful dude.")
# Print a formatted error:
$errorSource = "an option"
$check = "Color variable"
$RmAPI.LogError("ERROR! You messed {0} up! Check {1} again!", $errorSource, $check)Write- cmdlets
Write- cmdletsLast updated