public abstract class LogTypes extends Object
predefined
with LogDistiller. You can add custom log types:
LogEvent
class, with corresponding LogEvent.Factory
and
LogType
LogTypes
class defining previous LogType
with a default constructorlogdistiller.properties
resource file which logtypes
property is the full
LogTypes
class nameLogType
Modifier and Type | Field and Description |
---|---|
static List<LogType> |
ALL |
static Map<String,LogType> |
MAP |
Constructor and Description |
---|
LogTypes() |
Modifier and Type | Method and Description |
---|---|
abstract List<LogType> |
defineLogTypes()
get the
LogType instances defined by this extension. |
static List<LogType> |
getAllLogTypes()
get all the log types defined (predefined and custom).
|
static LogType |
getLogType(String id) |
static String |
listAllLogTypeIds() |
public LogTypes()
public abstract List<LogType> defineLogTypes()
LogType
instances defined by this extension.LogType
public static List<LogType> getAllLogTypes()
public static String listAllLogTypeIds()
public static LogType getLogType(String id)
Copyright © 2004–2014. All rights reserved.