Skip to content

Instantly share code, notes, and snippets.

View iNewLegend's full-sized avatar
:octocat:

Leonid Vinikov iNewLegend

:octocat:
View GitHub Profile
@iNewLegend
iNewLegend / LogObserver_Example.cpp
Created October 27, 2016 09:32
Log ObServer example
#include <list>
#include <stdio.h>
#include <stdarg.h>
#include <Windows.h>
class CObServer
{
public:
virtual void notify(std::string log) {};