public final class LoggerService extends java.lang.Object implements FluentLogger
| Modifier and Type | Method and Description |
|---|---|
LogOperations |
all()
Invoke Operations in all loggers
|
static FluentLogger |
by(java.lang.Class<?> clazz)
Initialize a new Fluent Logger based on a class
|
ConsoleLogger |
console()
Invoke Console Logger Operations
|
FileLogger |
file()
Invoke File Logger Operations
|
static FluentLogger |
init(java.lang.Class<?> clazz)
Initialize a new Fluent Logger based on a class
|
RemoteLogger |
remote()
Invoke Remote Logger Operations
|
public static FluentLogger init(java.lang.Class<?> clazz)
clazz - a Class to be attached to the Loggerpublic static FluentLogger by(java.lang.Class<?> clazz)
clazz - a Class to be attached to the Loggerpublic LogOperations all()
FluentLoggerall in interface FluentLoggerpublic ConsoleLogger console()
FluentLoggerconsole in interface FluentLoggerpublic FileLogger file()
FluentLoggerfile in interface FluentLoggerpublic RemoteLogger remote()
FluentLoggerremote in interface FluentLogger