Skip to content

A basic Windows Service which logs info in a file. โš™๐Ÿ’พ

Notifications You must be signed in to change notification settings

LincolnStuart/logger-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Logger Service

It's a simple Windows Service example. To run this example you need to create a service on your OS.

  • First step is compiling your project to generate an .exe.
  • Then you need open your prompt as admin.
  • Create a service on your Windows. ex.:
sc create [service name] binpath=[full path to binary]
  • Start your service. ex.:
sc start [service name]

About

A basic Windows Service which logs info in a file. โš™๐Ÿ’พ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages