Skip to content

Add logging. #1

Description

@MarvelousAnything

Logging is imperative for good code. In almost all cases, using standard output is not recommended. Thus, I believe it is necessary to add a logging library.

I am thinking slf4j and Lombok can be used. In this case, a logger can be created as follows:

@Slf4j
public class Foo {
    public void bar() {
        log.info("Inside bar");
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions