Skip to content

Instantly share code, notes, and snippets.

View RazmikDev's full-sized avatar

Razmik Seysyan RazmikDev

View GitHub Profile
Function Log-Start{
<#
.SYNOPSIS
Creates log file
.DESCRIPTION
Creates log file with path and name that is passed. Checks if log file exists, and if it does deletes it and creates a new one.
Once created, writes initial logging data
.PARAMETER LogPath