pig-dam-core
Version:
Library that should be included in every Pig DAM project we build
16 lines • 392 B
TypeScript
/**
* Date: 5/20/20
* Time: 10:56 PM
* @license MIT (see project's LICENSE file)
*/
import { Severity } from "../types";
import { LogBase } from "./base";
/**
* Logs to the console
*/
export declare class LogConsole extends LogBase {
protected _logEntry(message: string, severity: Severity, metadata: {
[p: string]: any;
}): void;
}
//# sourceMappingURL=console.d.ts.map