# vlog **Repository Path**: vimcpp/vlog ## Basic Information - **Project Name**: vlog - **Description**: No description available - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-01 - **Last Updated**: 2021-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vlog instruction the simplest and easy using cpp log library it supports multiple thread log out. just using like std::cout, for example: #include "vlog.h" int main() { vlogi<<"hello world!"<