UNPKG

auto-pod

Version:

Automatically choose tunneling or direct connection for cocoapods. As easy as `pod` itself. Help you get rid of GFW of China.

13 lines (8 loc) 236 B
import * as log4js from 'log4js'; log4js.getLogger().level = 'info'; export function getLogger(category?: string) { return log4js.getLogger(category); } export function init(level?: string) { log4js.getLogger().level = level; }