Skip to content

Commit

Permalink
chore: added rest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jun 5, 2024
1 parent bfa8959 commit 3d6e8d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/com/sendgrid/rest/Example.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package com.sendgrid.rest;
import java.util.logging.Logger;

public class Example {
Logger logger = Logger.getLogger(getClass().getName());
public void log() {
logger.info("My Message");
}
}

0 comments on commit 3d6e8d2

Please sign in to comment.