Uses of Interface
org.sonatype.gshell.logging.LoggingSystem

Packages that use LoggingSystem
org.sonatype.gshell.commands.logging.component   
org.sonatype.gshell.commands.logging.logger   
org.sonatype.gshell.logging Logging access. 
org.sonatype.gshell.logging.gossip Gossip logging integration. 
org.sonatype.gshell.logging.logback LOGBack integration. 
 

Uses of LoggingSystem in org.sonatype.gshell.commands.logging.component
 

Constructors in org.sonatype.gshell.commands.logging.component with parameters of type LoggingSystem
ComponentListCommand(LoggingSystem logging)
           
 

Uses of LoggingSystem in org.sonatype.gshell.commands.logging.logger
 

Constructors in org.sonatype.gshell.commands.logging.logger with parameters of type LoggingSystem
LoggerLevelsCommand(LoggingSystem logging)
           
LoggerListCommand(LoggingSystem logging)
           
LoggerSetLevelCommand(LoggingSystem logging)
           
 

Uses of LoggingSystem in org.sonatype.gshell.logging
 

Classes in org.sonatype.gshell.logging that implement LoggingSystem
 class NopLoggingSystem
          Provides generic access to the underlying logging system.
 

Constructors in org.sonatype.gshell.logging with parameters of type LoggingSystem
LevelNameCompleter(LoggingSystem logging)
           
LoggerNameCompleter(LoggingSystem logging)
           
 

Uses of LoggingSystem in org.sonatype.gshell.logging.gossip
 

Classes in org.sonatype.gshell.logging.gossip that implement LoggingSystem
 class GossipLoggingSystem
          Gossip LoggingSystem component.
 

Uses of LoggingSystem in org.sonatype.gshell.logging.logback
 

Classes in org.sonatype.gshell.logging.logback that implement LoggingSystem
 class LogbackLoggingSystem
          LOGBack LoggingSystem component.
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.