I would like to look at some log files solely via the console on a standard Windows 7 machine. The logs are created by schedulded tasks and I find it a hazzle to use VNC for this purpose.
What technology should I look at? Powershell, Cygwin via ssh or something else? The log files are written using log4Net - thus there might also be an easy way to reconfigure it to create events or something else for remote display.
| ||||
|
feedback
|
|
In PowerShell, there is an arguably effective method. | |||
|
feedback
|
|
Ok - the easiest and cleanest way is to use the Telnet appender for log4Net. | |||||||
feedback
|
|
I'm not sure what you mean by "Console". Console can mean just about anything. The CMD.exe and Powershell window are text-based Consoles, while MMC (and all of it's snap-ins) are GUI-based consoles. If you want to use the GUI, open Event Viewer from the Administrative tools or open MMC.exe (it helps to run it as a user with admin access - I prefer using | |||
|
feedback
|