summaryrefslogtreecommitdiffstats
path: root/logserver/src/main/java/com/yahoo/logserver/LogDispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Remove use interface that is no longer necessaryBjørn Christian Seime2019-05-151-14/+5
* Support handling a list of log messages and flush after each time.Geir Storli2019-03-291-1/+3
* Remove accidental code.Henning Baldersheim2018-02-121-1/+0
* 1 - Avoid concurrent access to 'handlers' array by using a CopyOnWriteArrayList.Henning Baldersheim2018-02-121-53/+65
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* add thread safetyArne H Juul2017-05-241-7/+6
* Reindent and minor cleanups, no functional changesHarald Musum2017-05-241-28/+25
* PublishJon Bratseth2016-06-151-0/+188