BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface LoggingOptions

    Interface for logging options.

    interface LoggingOptions {
        comments?: boolean;
        warnings?: boolean;
        errors?: boolean;
        debug?: boolean;
    }
    Index

    Properties

    comments?: boolean
    warnings?: boolean
    errors?: boolean
    debug?: boolean