Main Content

linux.LogMessages

Create object that contains target log messages

Since R2022b

    Description

    example

    logObj=linux.LogMessages(targetName) creates an object logObj containing the log messages of the applications running on the specified target targetName.

    Examples

    collapse all

    Create a log object with name log_Obj_Target1 for the Target1.

    log_Obj_Target1 = linux.LogMessages('Target1');

    Input Arguments

    collapse all

    Specify the name of the target.

    Example: LinuxTarget1

    Output Arguments

    collapse all

    Returns an object containing the log messages of the applications running on the specified target.

    Version History

    Introduced in R2022b