public static class ConsoleLogger.Factory extends Object implements MLLogger.Factory
Modifier and Type | Field and Description |
---|---|
static IgniteFunction<Integer,MLLogger.Factory> |
HIGH
High.
|
static IgniteFunction<Integer,MLLogger.Factory> |
LOW
Low.
|
static IgniteFunction<Integer,MLLogger.Factory> |
OFF
Offset.
|
Modifier and Type | Method and Description |
---|---|
<T> MLLogger |
create(Class<T> targetCls)
Creates an instance of MLLogger for target class.
|
public static final IgniteFunction<Integer,MLLogger.Factory> LOW
public static final IgniteFunction<Integer,MLLogger.Factory> HIGH
public static final IgniteFunction<Integer,MLLogger.Factory> OFF
public <T> MLLogger create(Class<T> targetCls)
create
in interface MLLogger.Factory
targetCls
- For class.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024