@creejs/commons-logging
Version:
Common Utils About Logging
17 lines (16 loc) • 399 B
TypeScript
export default DefaultConfig;
export namespace DefaultConfig {
namespace appenders {
namespace out {
let type: string;
}
}
namespace categories {
namespace _default {
let appenders_1: string[];
export { appenders_1 as appenders };
export let level: string;
}
export { _default as default };
}
}