├── App.config ├── LogService.csproj ├── LogServiceHelper.cs ├── Program.cs └── README.md /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggtwo/LogService/HEAD/App.config -------------------------------------------------------------------------------- /LogService.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggtwo/LogService/HEAD/LogService.csproj -------------------------------------------------------------------------------- /LogServiceHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggtwo/LogService/HEAD/LogServiceHelper.cs -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggtwo/LogService/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eggtwo/LogService/HEAD/README.md --------------------------------------------------------------------------------