// bthread - A M:N threading library to make applications more concurrent.
// Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved

// Author: Ge,Jun (gejun@baidu.com)
// Date: Mon Sep 15 10:51:15 CST 2014

#ifndef BAIDU_BTHREAD_LOG_H
#define BAIDU_BTHREAD_LOG_H

#ifdef BAIDU_INTERNAL
#include "bthread/comlog_initializer.h"
#endif

#define BT_VLOG VLOG(100)

#endif // BAIDU_BTHREAD_LOG_H