Maximo API Client - v0.9.01
    Preparing search index...

    Interface LogStreamOptions

    Interfaces for Tools Log operations

    interface LogStreamOptions {
        logfile?: string;
        tail?: number;
        follow?: boolean;
    }
    Index

    Properties

    logfile?: string
    tail?: number
    follow?: boolean