| Constructor and Description |
|---|
LogbackImpl() |
| Modifier and Type | Method and Description |
|---|---|
URLSha |
getLastSha()
Return the SHA of the latest LOGBack configuration loaded.
|
ch.qos.logback.classic.Logger |
getLogger() |
String |
getLoggerName()
Get the current LOGBack logger name
|
void |
log(String msg)
Send the message to LOGBack
|
boolean |
refresh()
Check for LOGBack configuration and reload when changed.
|
Logback |
setLoggerName(String loggerName)
Define the LOGBack logger name to use
|
String |
toString() |
public Logback setLoggerName(String loggerName)
LogbacksetLoggerName in interface LogbackloggerName - the logger name to usepublic String getLoggerName()
LogbackgetLoggerName in interface Logbackpublic URLSha getLastSha()
LogbackgetLastSha in interface Logbackpublic void log(String msg)
Logbackpublic ch.qos.logback.classic.Logger getLogger()
Copyright © 2016–2018. All rights reserved.