Module is.codion.common.core
Package is.codion.common.logging
Class MethodLogger.DefaultArgumentToString
java.lang.Object
is.codion.common.logging.MethodLogger.DefaultArgumentToString
- All Implemented Interfaces:
MethodLogger.ArgumentToString
- Enclosing interface:
- MethodLogger
public static class MethodLogger.DefaultArgumentToString
extends Object
implements MethodLogger.ArgumentToString
Provides String representations of method arguments.
-
Constructor Details
-
DefaultArgumentToString
public DefaultArgumentToString()
-
-
Method Details
-
argumentToString
- Specified by:
argumentToString
in interfaceMethodLogger.ArgumentToString
- Parameters:
methodName
- the method nameobject
- the argument- Returns:
- a String representation of the argument
-
toString
Returns a String representation of the given object.- Parameters:
methodName
- the method nameobject
- the object- Returns:
- a String representation of the given object
-
toString
Returns a String representation of the given object.- Parameters:
object
- the object- Returns:
- a String representation of the given object
-