Repository URL to install this package:
|
Version:
0.8.1-dev ▾
|
// Copyright (C) 2022, Supertenant Ltd. - All Rights Reserved.
// Generated by superconsts autogen, DO NOT EDIT!
'use strict';
/** @enum{number} */
exports.BrainLogLevel = {
Debug: 0,
Error: 3,
Fatal: 4,
Info: 1,
Trace: -1,
Warn: 2
};
exports.default = {
BrainLogLevel: exports.BrainLogLevel
};