| Package | Description | 
|---|---|
| fr.cnes.genius.logger | 
 Package containing the logger and log event table. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GLogger.Criticity | 
GLogger.Criticity.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static GLogger.Criticity[] | 
GLogger.Criticity.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GLogEventTable.setRowFilter(GLogger.Criticity[] criticities,
            GLogger.Type[] types,
            String source,
            String description)
Set the filtering rules. 
 | 
void | 
GLogger.writeLogUser(GLogger.Criticity criticity,
            String source,
            String description)
Write a log entry with USER type. 
 | 
void | 
GLogger.writeLogUser(GLogger.Criticity criticity,
            String source,
            String description,
            boolean sendToStderr)
Write a log entry with USER type. 
 | 
Copyright © 2024. All rights reserved.