| Modifier and Type | Method | Description |
|---|---|---|
static Logger.LogLevels |
Logger.getLoggingLevel() |
|
static Logger.LogLevels |
Logger.LogLevels.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Logger.LogLevels[] |
Logger.LogLevels.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
Logger.setLoggingLevel(Logger.LogLevels loggingLevel) |
|
static void |
Logger.Write(Logger.LogLevels logLevel,
String textString,
Object... args) |
|
static void |
Logger.WriteLine(Logger.LogLevels logLevel,
String textString,
Object... args) |
Copyright © 2017–2018 Team Controlium Committers. All rights reserved.