This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Utilities.Logging Namespace Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Classes | Enumerations
Org.Apache.REEF.Utilities.Logging Namespace Reference

Classes

class  Logger
 

Enumerations

enum  JavaLoggingSetting { JavaLoggingSetting.Info = 0, JavaLoggingSetting.Verbose = 1 }
 
enum  Level {
  Level.Off = 0, Level.Error = 1, Level.Warning = 2, Level.Start = 3,
  Level.Stop = 4, Level.Info = 5, Level.Verbose = 6, Level.Unset
}
 

Enumeration Type Documentation

Enumerator
Info 

info level log

Verbose 

verbose log

Enumerator
Off 

Output no tracing and debugging messages.

Error 

Output error-handling messages.

Warning 

Output warnings and error-handling messages.

Start 

Trace a start event

Stop 

Trace a stop event

Info 

Output informational messages, warnings, and error-handling messages.

Verbose 

Output all debugging and tracing messages.

Unset 

Used by the logger to initialize the instance log level field, indicating that it has not been set by a user yet.