summaryrefslogtreecommitdiff
path: root/include/libcamera/logging.h
blob: a8495cf63e9cf7364d20a8c80ea0fdd86cfca496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2019, Google Inc.
 *
 * logging.h - Logging infrastructure
 */
#ifndef __LIBCAMERA_LOGGING_H__
#define __LIBCAMERA_LOGGING_H__

namespace libcamera {

void logSetFile(const char *file);
int logSetLevel(const char *category, const char *level);

} /* namespace libcamera */

#endif /* __LIBCAMERA_LOGGING_H__ */