@itwin/measure-tools-react
Version:
Frontend framework and tools for measurements
13 lines • 624 B
TypeScript
import type { LogLevel } from "@itwin/core-bentley";
/** Enumerates log categories used by the **measure-tools** package. */
export declare enum MeasureToolsLoggerCategory {
/** Root category used by the **measure-tools** package. */
Root = "Measure-Tools"
}
export declare namespace MeasureToolsLoggerCategory {
/** Gets all the categories used in the packages as an array. */
function getCategories(): string[];
/** Sets all the categories used in the packages to the specified log level. */
function setLogLevel(minLevel: LogLevel): void;
}
//# sourceMappingURL=MeasureToolsLoggerCategory.d.ts.map