|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger | |
---|---|
edu.tum.cs.commons.filesystem | Utilities for file system access. |
edu.tum.cs.commons.logging | Generic logging interface. |
Uses of ILogger in edu.tum.cs.commons.filesystem |
---|
Methods in edu.tum.cs.commons.filesystem with parameters of type ILogger | |
---|---|
static void |
FileSystemUtils.close(java.io.Closeable closeable,
ILogger logger)
This method can be used to simplify the typical finally
-block of code dealing with streams and readers/writers. |
Uses of ILogger in edu.tum.cs.commons.logging |
---|
Classes in edu.tum.cs.commons.logging that implement ILogger | |
---|---|
class |
SimpleLogger
Simple logger that writes all messages to a stream or print writer. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |