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.FactorytargetCls - For class.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025