MCPcopy Index your code
hub / github.com/material-shell/material-shell / log

Function log

src/prefs/prefs.ts:16–21  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

14const hotkeysSchemaName = 'org.gnome.shell.extensions.materialshell.bindings';
15
16function log(...args: any[]) {
17 const fields = { MESSAGE: `${args.join(', ')}` };
18 const domain = 'Material Shell';
19
20 GLib.log_structured(domain, GLib.LogLevelFlags.LEVEL_MESSAGE, fields);
21}
22
23function cssHexString(css: string) {
24 let rrggbb = '#';

Callers 10

enableMethod · 0.85
disableMethod · 0.85
loadMethod · 0.85
showSplashScreensMethod · 0.85
loadRemoteSearchProviderFunction · 0.85
getInitialResultSetMethod · 0.85
getSubsearchResultSetMethod · 0.85
getResultMetasMethod · 0.85
disconnectMethod · 0.85
constructorMethod · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected