Skip to content

Rose::Logger::Level

Synopsis

Declared in <src/Rose/Logger.h>

enum class Level : int;

Members

Name

Description

debug

Debug output.

info

Informational output.

warning

Warning output.

error

Error output.

fatal

Fatal error output.

enter

Used internally for "Enter: mnenonic(ptr_id)".

leave

Used internally for "Leave: mnenonic(ptr_id)".

Created with MrDocs