Merge pull request #51 from wilzbach/hexstring

Replace deprecated hexstring with hexString
This commit is contained in:
Sönke Ludwig 2018-02-14 13:08:30 +01:00 committed by GitHub
commit 83515e4055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -610,7 +610,7 @@ final class SyslogLogger(OutputStream) : Logger {
/// ///
private enum NILVALUE = "-"; private enum NILVALUE = "-";
/// ///
private enum BOM = x"EFBBBF"; private enum BOM = hexString!"EFBBBF";
/** /**
Construct a SyslogLogger. Construct a SyslogLogger.