| 
    OMNeT++ Simulation Library
    5.6.1
    
   | 
 
#include <clog.h>
This class groups logging related functionality.
Static Public Member Functions | |
| static const char * | getLogLevelName (LogLevel logLevel) | 
| static LogLevel | resolveLogLevel (const char *name) | 
Static Public Attributes | |
| static LogLevel | logLevel | 
| static NoncomponentLogPredicate | noncomponentLogPredicate | 
| static ComponentLogPredicate | componentLogPredicate | 
      
  | 
  static | 
Returns a human-readable string representing the provided log level.
      
  | 
  static | 
Returns the associated log level for the provided human-readable string.
      
  | 
  static | 
This log level specifies a globally applied runtime modifiable filter. This is the fastest runtime filter, it works with a simple integer comparison at the call site.
      
  | 
  static | 
This predicate determines if a log statement is executed for log statements that occur outside module or channel member functions. This is a customization point for logging.
      
  | 
  static | 
This predicate determines if a log statement is executed for log statements that occur in module or channel member functions. This is a customization point for logging.