public final class EELFManager extends Object
| Modifier and Type | Method and Description |
|---|---|
EELFLogger |
getApplicationLogger()
Returns the application logger
|
EELFLogger |
getAuditLogger()
Returns the audit logger
|
EELFLogger |
getDebugLogger()
Returns the error logger
|
EELFLogger |
getErrorLogger()
Returns the error logger
|
static EELFManager |
getInstance()
This method is used to obtain the EELFManager (as well as set it up if not already).
|
EELFLogger |
getLogger(Class<?> clazz)
Returns the logger associated with the clazz
|
EELFLogger |
getLogger(String name)
Returns the logger associated with the name
|
EELFLogger |
getMetricsLogger()
Returns the metrics logger
|
EELFLogger |
getPerformanceLogger()
Returns the performance logger
|
EELFLogger |
getPolicyLogger()
Returns the policy logger
|
EELFLogger |
getSecurityLogger()
Returns the security logger
|
EELFLogger |
getServerLogger()
Returns the server logger
|
public static EELFManager getInstance()
public EELFLogger getLogger(String name)
public EELFLogger getLogger(Class<?> clazz)
clazz - The class that we are obtaining the logger forpublic EELFLogger getApplicationLogger()
public EELFLogger getMetricsLogger()
public EELFLogger getAuditLogger()
public EELFLogger getPerformanceLogger()
public EELFLogger getServerLogger()
public EELFLogger getSecurityLogger()
public EELFLogger getPolicyLogger()
public EELFLogger getErrorLogger()
public EELFLogger getDebugLogger()
Copyright © 2017. All rights reserved.