Uses of Interface
blackboard.platform.log.Log

Packages that use Log
blackboard.platform.log   
 

Uses of Log in blackboard.platform.log
 

Subinterfaces of Log in blackboard.platform.log
 interface LogService
          Core platform service for managing different logs for messages from the application.
 

Methods in blackboard.platform.log that return Log
 Log LogService.getConfiguredLog(java.lang.String logName)
          Returns a log that has been configured by name or null if one is not found.
 Log LogService.getDefaultLog()
          Returns the Log instance configured as the default Log
 

Methods in blackboard.platform.log with parameters of type Log
 void LogService.setDefaultLog(Log defaultLog)
          Sets the default Log instance to use.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.