controllers
Class I18nController
java.lang.Object
controllers.I18nController
public class I18nController
- extends Object
Field Summary |
org.slf4j.Logger |
logger
This is the system wide logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Inject
public org.slf4j.Logger logger
- This is the system wide logger. You can still use any config you like.
Or create your own custom logger.
But often this is just a simple solution:
I18nController
public I18nController()
index
public Result index(Context context)
Copyright © 2012. All Rights Reserved.