mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-18 03:34:12 +01:00
#1295 First draft of generic renderer applied to flowcharts.
This commit is contained in:
@@ -17,6 +17,7 @@ export const logger = {
|
||||
};
|
||||
|
||||
export const setLogLevel = function(level) {
|
||||
logger.trace = () => {};
|
||||
logger.debug = () => {};
|
||||
logger.info = () => {};
|
||||
logger.warn = () => {};
|
||||
|
||||
Reference in New Issue
Block a user