Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Improve Logger: Add varargs to each method so it can use String.format() #151

Closed
6 tasks done
kovax opened this issue Sep 18, 2017 · 0 comments
Closed
6 tasks done
Milestone

Comments

@kovax
Copy link
Member

kovax commented Sep 18, 2017

  • msg(String msg, Object...args)
  • msg(int level, String msg, Object...args)
  • debug(int level, String msg, Object...args)
  • die(String msg, Object...args)
  • error(String msg, Object...args)
  • warning(String msg, Object...args)
@kovax kovax added this to the 3.4 milestone Sep 18, 2017
@kovax kovax closed this as completed in 81ef950 Sep 18, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

1 participant