MCPcopy Index your code
hub / github.com/plotly/dash / logLevel

Method logLevel

components/dash-table/src/core/environment/index.ts:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public static get logLevel(): LogLevel {
41 const log =
42 this.searchParams.get(DASH_LOG) || CookieStorage.get(DASH_LOG);
43
44 return log ? (LogLevel as any)[log] || LogLevel.ERROR : LogLevel.ERROR;
45 }
46
47 public static get defaultEdge(): Edge {
48 return '1px solid #d3d3d3';

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected