Deprecate string format log shorthand.
This commit is contained in:
committed by
abcdefg30
parent
e251126dd4
commit
1c2ce0dcc0
@@ -176,11 +176,6 @@ namespace OpenRA
|
||||
ChannelWriter.TryWrite(new ChannelData(channelName, $"{e.Message}{Environment.NewLine}{e.StackTrace}"));
|
||||
}
|
||||
|
||||
public static void Write(string channelName, string format, params object[] args)
|
||||
{
|
||||
ChannelWriter.TryWrite(new ChannelData(channelName, format.F(args)));
|
||||
}
|
||||
|
||||
public static void Dispose()
|
||||
{
|
||||
CancellationToken.Cancel();
|
||||
|
||||
Reference in New Issue
Block a user