zego-express-logger
Version:
zego express log sdk
12 lines (11 loc) • 347 B
TypeScript
import { ConfigState } from '../common';
export declare class ZipLogBuilder {
private _configState;
private _maySameValues;
private _requiredKeys;
private _maySameKeys;
private _buildedCount;
constructor(_configState: ConfigState);
build(logObj: any): string;
buildFullMessageLog(log: string): string;
}