Skip to content

Instantly share code, notes, and snippets.

@gamerson
Created January 3, 2012 05:48
Show Gist options
  • Save gamerson/1553707 to your computer and use it in GitHub Desktop.
Save gamerson/1553707 to your computer and use it in GitHub Desktop.
How to log something in Liferay
Log log = LogFactoryUtil.getLog(Test.class);
log.info("Debug string");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment