File: dummyaddondeps.cpp

package info (click to toggle)
fcitx5 5.1.18-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 32,228 kB
  • sloc: cpp: 110,377; java: 3,125; javascript: 2,137; sh: 1,912; xml: 1,552; python: 1,312; ansic: 843; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include "fcitx-utils/log.h"

FCITX_DEFINE_LOG_CATEGORY(dummyaddondeps, "dummyaddondeps");

static int init = []() {
    fcitx::Log::setLogRule("default=3");
    return 0;
}();