interface BO20OperLogClient {
    addOperLog(moduleName, objectName, optional): void;
}

Methods

Methods

  • 添加日志

    Parameters

    • moduleName: string

      module name

    • objectName: string

      object name

    • optional: Dict

    Returns void

    Example

    import * as bo20operlog from 'bo20operlog';
    let client = bo20operlog.newBO20OperLogClient();
    client.addOperLog("Add-SchemaObjectInstance","MySO",{Success});