File: dummyaddondeps.cpp

package info (click to toggle)
fcitx5 5.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,356 kB
  • sloc: cpp: 75,670; sh: 1,770; xml: 1,545; python: 1,052; ansic: 71; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
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;
}();