Updated Projects (markdown)
diff --git a/Projects.md b/Projects.md
index 12daf3f..bf0a73b 100644
--- a/Projects.md
+++ b/Projects.md
@@ -844,6 +844,7 @@
* [colog](https://github.com/comail/colog) - CoLog is a prefix-based leveled execution log for Go
* [cue](https://github.com/bobziuchkovski/cue) - Fast and flexible contextual logger. Supports output to file, syslog, structured syslog, stdout/stderr, socket, Loggly, Honeybadger, Opbeat, Rollbar, and Sentry.
* [factorlog](https://github.com/kdar/factorlog) - Really fast, featureful logging infrastructure (supports colors, verbosity, and many formats)
+ * [vlog](https://github.com/better0332/vlog) - Leveled log on std log for Go
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go
* [go-logging](https://github.com/op/go-logging) - Supports different logging backends like syslog, file and memory. Multiple backends can be utilized with different log levels per backend and logger.
* [gomol](https://www.github.com/aphistic/gomol) - A multi-output logging library designed for outputs that support additional metadata with log messages.