Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BO20OperLogClient

Hierarchy

  • BO20OperLogClient

Index

Methods

Methods

addOperLog

  • addOperLog(moduleName: string, objectName: string, optional: Dict): any
  • 添加日志

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

    Parameters

    • moduleName: string

      module name

    • objectName: string

      object name

    • optional: Dict

    Returns any