Uses of Class
org.graphstream.util.Logger.LogLevel

Packages that use Logger.LogLevel
org.graphstream.util   
 

Uses of Logger.LogLevel in org.graphstream.util
 

Methods in org.graphstream.util that return Logger.LogLevel
static Logger.LogLevel Logger.LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Logger.LogLevel[] Logger.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.graphstream.util with parameters of type Logger.LogLevel
 boolean Logger.LogLevel.ge(Logger.LogLevel other)
           
 void Logger.log(Logger.LogLevel level, String ref, Exception e)
          The method that every class of the package should use to send exception messages to the user.
 void Logger.log(Logger.LogLevel level, String ref, String message, Object... params)
          The method that every class of the package should use to send messages to the user.
 void Logger.setLogLevel(Logger.LogLevel level)
          Change the log level.
 



Copyright © 2013. All Rights Reserved.