| java.lang.Object | |
| ↳ | org.sonatype.guice.bean.reflect.Logs |
Utility methods for dealing with internal debug and warning messages.
Set -Dorg.sonatype.inject.debug=true to send debug to the console.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DEBUG_ENABLED | |||||||||||
| NEW_LINE | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Logs a debug message; uses "{}" format anchors.
| |||||||||||
Returns an identity string for the given object.
| |||||||||||
Returns a string representation of the given Injector.
| |||||||||||
Returns a string representation of the given Module.
| |||||||||||
Logs a warning message; uses "{}" format anchors.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Logs a debug message; uses "{}" format anchors. Pass Throwables in last parameter for special handling.
| format | The debug message format |
|---|---|
| arg1 | First object to format |
| arg2 | Second object to format |
Returns an identity string for the given object.
| object | The object |
|---|
Returns a string representation of the given Injector.
| injector | The injector |
|---|
Returns a string representation of the given Module.
| module | The module |
|---|
Logs a warning message; uses "{}" format anchors. Pass Throwables in last parameter for special handling.
| format | The warning message format |
|---|---|
| arg1 | First object to format |
| arg2 | Second object to format |