Skip to content

Commit

Permalink
debug: Improve LoggerService#setPadClassNames docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Aug 2, 2024
1 parent 55f318b commit b0bd966
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ public static void setUseAbbreviatedClassNames(
*
* <pre>
* [ERROR] [c.b.g.m.MyGdxGame]: something went wrong!
* </pre>
*
* <pre>
* [ERROR] [c.b.g.m.MyGdxGame ]: something went wrong!
* [ERROR] [c.b.g.m.i.MyInputProcess]: something went wrong!
* </pre>
Expand Down

0 comments on commit b0bd966

Please sign in to comment.