Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakerBone committed Dec 4, 2023
1 parent 410444e commit 5bea551
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/xyz/snaker/hiss/logger/Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public interface Logger
/**
* Prints a formatted message with a log level of information
* <p>
* Please note that the format placeholder is <font color="#71C578">{@code '[]'}</font> and not <font color="#71C578">{@code '%'}</font>
* Please note that the format placeholder is {@code '[]'} and not {@code '%'}
*
* @param format The string to format
* @param args The arguments
Expand All @@ -64,7 +64,7 @@ public interface Logger
/**
* Prints a formatted message with a log level of information.
* <p>
* Please note that the format placeholder is <font color="#71C578">{@code '[]'}</font> and not <font color="#71C578">{@code '%'}</font>
* Please note that the format placeholder is {@code '[]'} and not {@code '%'}
*
* @param format The string to format
* @param args The arguments
Expand All @@ -75,7 +75,7 @@ public interface Logger
/**
* Prints a formatted message with a log level of warning
* <p>
* Please note that the format placeholder is <font color="#71C578">{@code '[]'}</font> and not <font color="#71C578">{@code '%'}</font>
* Please note that the format placeholder is {@code '[]'} and not {@code '%'}
*
* @param format The string to format
* @param args The arguments
Expand All @@ -86,7 +86,7 @@ public interface Logger
/**
* Prints a formatted message with a log level of error
* <p>
* Please note that the format placeholder is <font color="#71C578">{@code '[]'}</font> and not <font color="#71C578">{@code '%'}</font>
* Please note that the format placeholder is {@code '[]'} and not {@code '%'}
*
* @param format The string to format
* @param args The arguments
Expand All @@ -97,7 +97,7 @@ public interface Logger
/**
* Prints a formatted message with a custom defined log level
* <p>
* Please note that the format placeholder is <font color="#71C578">{@code '[]'}</font> and not <font color="#71C578">{@code '%'}</font>
* Please note that the format placeholder is {@code '[]'} and not {@code '%'}
*
* @param format The string to format
* @param args The arguments
Expand Down

0 comments on commit 5bea551

Please sign in to comment.