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)
Logback
setLoggerName
in interface Logback
loggerName
- the logger name to usepublic String getLoggerName()
Logback
getLoggerName
in interface Logback
public URLSha getLastSha()
Logback
getLastSha
in interface Logback
public void log(String msg)
Logback
public ch.qos.logback.classic.Logger getLogger()
Copyright © 2016–2018. All rights reserved.