@broadcom/ops-for-zowe-cli
Version:
OPS/MVS® Plug-in for Zowe CLI
13 lines (12 loc) • 798 B
TypeScript
import { IHandlerParameters } from "@zowe/imperative";
export declare class LognameListUtils {
static printShowLogResponse(logList: any, params: IHandlerParameters): string;
static formatOutputFromArrayRestApi(log: any, i: number, subsystem: string, params: IHandlerParameters): string;
static formatNameValueLogResponse(logList: any): string;
static formatNameValueHeaderLogResponse(logList: any, subsystem: string): string;
static formatNameValueColorHeaderLogResponse(logList: any, subsystem: string): string;
static formatNameValueColorLogResponse(logList: any): string;
static formatJsonDataResponse(logList: any, subsystem: string): string;
static formatCsvHeaderResponse(): string;
static formatCsvDataResponse(logList: any, subsystem: string): string;
}