Enum cpp_to_rust_common::log::LoggerCategory [] [src]

pub enum LoggerCategory {
    Status,
    Error,
    DebugGeneral,
    DebugMoveFiles,
    DebugTemplateInstantiation,
    DebugInheritance,
    DebugParserSkips,
    DebugParser,
    DebugFfiSkips,
    DebugSignals,
    DebugAllocationPlace,
    DebugRustSkips,
    DebugQtDoc,
    DebugQtDocDeclarations,
    DebugQtHeaderNames,
}

Logger category. Logger can be configured to save messages of each category to a separate file.

Variants

Trait Implementations

impl Clone for LoggerCategory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LoggerCategory
[src]

impl Debug for LoggerCategory
[src]

Formats the value using the given formatter.

impl PartialEq for LoggerCategory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for LoggerCategory
[src]

impl Hash for LoggerCategory
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more