MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / setLogLevel

Function setLogLevel

src/utils/logger.ts:161–164  ·  view source on GitHub ↗
(level: LogLevel)

Source from the content-addressed store, hash-verified

159 * @param level The minimum log level to output
160 */
161export function setLogLevel(level: LogLevel): void {
162 clientLogLevel = level;
163 log('debug', `Log level set to: ${level}`);
164}
165
166export function setLogFile(path: string | null): void {
167 if (!path) {

Callers 5

mainFunction · 0.90
buildLightweightYargsAppFunction · 0.90
buildYargsAppFunction · 0.90
startMcpServerFunction · 0.90
bootstrapServerFunction · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected