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");
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions