class LoggerUtils extends java.lang.Object
GeoClimate is a geospatial processing toolbox for environmental and climate studies
https://github.com/orbisgis/geoclimate.
This code is part of the GeoClimate project. GeoClimate is free software;
you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the Free Software Foundation;
version 3.0 of the License.
GeoClimate is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
for more details
| Type | Name and description |
|---|---|
static java.lang.Object |
LOGLEVEL_KEY |
static org.slf4j.Logger |
logger |
| Constructor and description |
|---|
private LoggerUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static java.lang.Object |
debug(java.lang.Object message) |
|
static java.lang.Object |
error(java.lang.Object message) |
|
private static org.slf4j.Logger |
getLogger() |
|
static java.lang.Object |
info(java.lang.Object message) |
|
static void |
setLoggerLevel(java.lang.String loggerLevel)Utility class to change log level for all loggers |
|
static java.lang.Object |
trace(java.lang.Object message) |
|
static java.lang.Object |
warn(java.lang.Object message) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Utility class to change log level for all loggers
Groovy Documentation