Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Logging in PowerShell script like as MSBuild format

$
0
0

Hi All,

I am new here, My questions is

How can I do logging in my PowerShell script which will look like a MSBuild logging.

MSBuild error message are like,

C:\dir1\foo.resx(2) : error BC30188: Declaration expected.

I want this type of logging in my PowerShell script. I don’t want to call an MSBuild project from PowerShell for this.

Is there any way to do this?

Thanks,


Viewing all articles
Browse latest Browse all 13067

Trending Articles