Can i print log file in command prompt or get a value and display in command prompt

Hi Everyone,

I know we can start / stop and pass arguments using command prompt.

I have a query whether we can print log file in command prompt or can we get any variable value from the main file and print or type it in the command prompt as output.

Thanks,
Ulaga

@Boopathi
Yes we can start and pass arguments from command prompt for these follow this link

Yes you can print or type your console in command prompt by
try adding a new logger and target in my NLog.config file.

Can you please elaborate, how to display logs when i run process from commandline

hi @j11,
Run your command with --verbose flag it will all the logs in command prompt

Hi @Naveen_tg

It is not working with 2019.2

Verbose flags doesn’t depend on version