Uses of Class
rs.edu.raf.dsw.rudok.app.logger.ILogger
Package | Description |
---|---|
rs.edu.raf.dsw.rudok.app.core | |
rs.edu.raf.dsw.rudok.app.logger.console | |
rs.edu.raf.dsw.rudok.app.logger.console.file |
-
Uses of ILogger in rs.edu.raf.dsw.rudok.app.core
Fields in rs.edu.raf.dsw.rudok.app.core declared as ILogger Modifier and Type Field Description protected ILogger
ApplicationFramework. iLogger
Methods in rs.edu.raf.dsw.rudok.app.core that return ILogger Modifier and Type Method Description ILogger
ApplicationFramework. getLogger()
Methods in rs.edu.raf.dsw.rudok.app.core with parameters of type ILogger Modifier and Type Method Description void
ApplicationFramework. initialize(IConstants iConstants, IMessageGenerator iMessageGenerator, IConfigHandler iConfigHandler, IGui iGui, ProjectExplorer projectExplorer, IFileSystem iFileSystem, ILogger iLogger)
Initializes the app. -
Uses of ILogger in rs.edu.raf.dsw.rudok.app.logger.console
Subclasses of ILogger in rs.edu.raf.dsw.rudok.app.logger.console Modifier and Type Class Description class
ConsoleLogger
Console logger -
Uses of ILogger in rs.edu.raf.dsw.rudok.app.logger.console.file
Subclasses of ILogger in rs.edu.raf.dsw.rudok.app.logger.console.file Modifier and Type Class Description class
FileLogger
File logger