zego-express-logger
Version:
zego express log sdk
12 lines (11 loc) • 334 B
TypeScript
import { ConfigState } from '../common';
export declare class ZipLogBuilder {
private _configState;
private _logCtx;
private _excludedKeys;
private _buildedCount;
private _sdkid;
constructor(_configState: ConfigState);
build(log: string): string;
buildFullMessageLog(log: string): string;
}