pub struct QMessageLogger { /* private fields */ }Expand description
C++ class: QMessageLogger.
Implementations§
Source§impl QMessageLogger
impl QMessageLogger
Sourcepub unsafe fn critical_0a(&self) -> CppBox<QDebug>
pub unsafe fn critical_0a(&self) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::critical() const.
Sourcepub unsafe fn critical_1a(
&self,
cat: impl CastInto<Ref<QLoggingCategory>>,
) -> CppBox<QDebug>
pub unsafe fn critical_1a( &self, cat: impl CastInto<Ref<QLoggingCategory>>, ) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::critical(const QLoggingCategory& cat) const.
Sourcepub unsafe fn debug_0a(&self) -> CppBox<QDebug>
pub unsafe fn debug_0a(&self) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::debug() const.
Sourcepub unsafe fn debug_1a(
&self,
cat: impl CastInto<Ref<QLoggingCategory>>,
) -> CppBox<QDebug>
pub unsafe fn debug_1a( &self, cat: impl CastInto<Ref<QLoggingCategory>>, ) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::debug(const QLoggingCategory& cat) const.
Sourcepub unsafe fn info_0a(&self) -> CppBox<QDebug>
pub unsafe fn info_0a(&self) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::info() const.
Sourcepub unsafe fn info_1a(
&self,
cat: impl CastInto<Ref<QLoggingCategory>>,
) -> CppBox<QDebug>
pub unsafe fn info_1a( &self, cat: impl CastInto<Ref<QLoggingCategory>>, ) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::info(const QLoggingCategory& cat) const.
Sourcepub unsafe fn new_0a() -> CppBox<QMessageLogger>
pub unsafe fn new_0a() -> CppBox<QMessageLogger>
Calls C++ function: [constructor] void QMessageLogger::QMessageLogger().
Sourcepub unsafe fn new_3a(
file: *const c_char,
line: c_int,
function: *const c_char,
) -> CppBox<QMessageLogger>
pub unsafe fn new_3a( file: *const c_char, line: c_int, function: *const c_char, ) -> CppBox<QMessageLogger>
Calls C++ function: [constructor] void QMessageLogger::QMessageLogger(const char* file, int line, const char* function).
Sourcepub unsafe fn new_4a(
file: *const c_char,
line: c_int,
function: *const c_char,
category: *const c_char,
) -> CppBox<QMessageLogger>
pub unsafe fn new_4a( file: *const c_char, line: c_int, function: *const c_char, category: *const c_char, ) -> CppBox<QMessageLogger>
Calls C++ function: [constructor] void QMessageLogger::QMessageLogger(const char* file, int line, const char* function, const char* category).
Sourcepub unsafe fn warning_0a(&self) -> CppBox<QDebug>
pub unsafe fn warning_0a(&self) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::warning() const.
Sourcepub unsafe fn warning_1a(
&self,
cat: impl CastInto<Ref<QLoggingCategory>>,
) -> CppBox<QDebug>
pub unsafe fn warning_1a( &self, cat: impl CastInto<Ref<QLoggingCategory>>, ) -> CppBox<QDebug>
Calls C++ function: QDebug QMessageLogger::warning(const QLoggingCategory& cat) const.