Modifier | Constructor | Description |
---|---|---|
protected |
LogXF() |
Modifier and Type | Method | Description |
---|---|---|
static void |
entering(Logger logger,
String sourceClass,
String sourceMethod) |
Create an entering log entry.
|
static void |
entering(Logger logger,
String sourceClass,
String sourceMethod,
Object param) |
Create an entering log entry.
|
static void |
entering(Logger logger,
String sourceClass,
String sourceMethod,
Object[] params) |
Create an entering log entry.
|
static void |
entering(Logger logger,
String sourceClass,
String sourceMethod,
String param) |
Create an entering log entry.
|
static void |
exiting(Logger logger,
String sourceClass,
String sourceMethod) |
Create an exiting log entry.
|
static void |
exiting(Logger logger,
String sourceClass,
String sourceMethod,
Object param) |
Create an exiting log entry.
|
static void |
exiting(Logger logger,
String sourceClass,
String sourceMethod,
String param) |
Create an exiting log entry.
|
protected static String |
getResourceBundleString(String bundleName,
String key) |
|
static void |
throwing(Logger logger,
String sourceClass,
String sourceMethod,
Throwable throwable) |
Create a throwing log entry.
|
public static void entering(Logger logger, String sourceClass, String sourceMethod)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodpublic static void entering(Logger logger, String sourceClass, String sourceMethod, String param)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodparam
- Parameter valuepublic static void entering(Logger logger, String sourceClass, String sourceMethod, Object param)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodparam
- Parameter valuepublic static void entering(Logger logger, String sourceClass, String sourceMethod, Object[] params)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodparams
- Parameter valuespublic static void exiting(Logger logger, String sourceClass, String sourceMethod)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodpublic static void exiting(Logger logger, String sourceClass, String sourceMethod, String param)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodparam
- Return valuepublic static void exiting(Logger logger, String sourceClass, String sourceMethod, Object param)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodparam
- Return valuepublic static void throwing(Logger logger, String sourceClass, String sourceMethod, Throwable throwable)
logger
- Will be ignored by tinylogsourceClass
- Name of the classsourceMethod
- Name of the methodthrowable
- Throwable to logCopyright © 2019. All rights reserved.