|
|
|
|
|
by pablobaz
4936 days ago
|
|
u.getA() and u.getB() will still be evaluated. However I believe the conversion of A and B to strings will not be carried out if debug is disabled. Often it is the conversion to string that is an expensive operation. Incidentally with lots of lazy loading (Hibernate I'm looking at you...) this can lead to errors only appearing when debug is turned off - not a nice situation to be in. |
|