Skip to content

Replace sys.out by logger #582

@sschulz92

Description

@sschulz92

uDig has a lot of sys.out calls, which should be replaced by a logger. This improves the code-quality a lot including error handling within the RCP client.

Example:

CreateAndSelectNewFeature.java

if (fid != null) {
        System.out.println("Create and select feature:" + fid); //$NON-NLS-1$
} else {
        System.out.println(
                "Create and select feature did not produce a feature id to select"); //$NON-NLS-1$
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions