mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-10 04:30:12 +02:00
Change the debug verbosity environment variable
This commit is contained in:
@@ -25,7 +25,7 @@ constexpr char logging_file_environment_variable[] = "YABRIDGE_DEBUG_FILE";
|
|||||||
* @see Logger::Verbosity
|
* @see Logger::Verbosity
|
||||||
*/
|
*/
|
||||||
constexpr char logging_verbosity_environment_variable[] =
|
constexpr char logging_verbosity_environment_variable[] =
|
||||||
"YABRIDGE_DEBUG_VERBOSITY";
|
"YABRIDGE_DEBUG_LEVEL";
|
||||||
|
|
||||||
std::optional<std::string> opcode_to_string(int opcode, bool dispatch);
|
std::optional<std::string> opcode_to_string(int opcode, bool dispatch);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user