https://github.com/ermlab/nlog_silos_target
NLog target for silos logging service
https://github.com/ermlab/nlog_silos_target
Last synced: 2 months ago
JSON representation
NLog target for silos logging service
- Host: GitHub
- URL: https://github.com/ermlab/nlog_silos_target
- Owner: Ermlab
- License: mit
- Created: 2014-08-14T07:47:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T09:52:15.000Z (almost 12 years ago)
- Last Synced: 2024-03-15T11:21:32.485Z (over 2 years ago)
- Language: C#
- Size: 1.57 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nlog_silos_target
=================
NLog target for silos logging service
Usage:
1. First we need to add reference to SilosWrapper project (or .dll file) to a project where we want to do some logging.
2. Run Package Manager Console in logging project and type (or download via NuGet):
install-package NLog
install-package NLog.Config (to download a sample config file for NLog)
3. In NLog.config set your configuration for logging (sample file included).
4. Use logger in your code:
NLog.LogManager.GetCurrentClassLogger().Info("Sample log.");