https://github.com/doobcontrol/xysoft.log
A simple logger lib
https://github.com/doobcontrol/xysoft.log
Last synced: 5 months ago
JSON representation
A simple logger lib
- Host: GitHub
- URL: https://github.com/doobcontrol/xysoft.log
- Owner: doobcontrol
- License: mit
- Created: 2024-06-23T20:51:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T19:35:39.000Z (10 months ago)
- Last Synced: 2025-09-22T07:55:48.709Z (9 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
A simple logger lib
search and reference nuget package "xySoft.log"
log file: /log/log.log
sample:
XyLog.log("log information");
XyLog.log(e); //e is a Exception