API Reference › ConsoleOutputIConsoleOutputServiceInterfaceNamespace: SwiftlyS2.Shared.ConsoleOutput · Assembly: SwiftlyS2.CS2.dllpublic interface IConsoleOutputServiceView sourceMethodsGetCounterText()Gets the counter text showing how many messages were filtered.string GetCounterText()ReturnsstringThe counter text.IsFilterEnabled()Gets whether console filtering is enabled.bool IsFilterEnabled()ReturnsboolTrue if filtering is enabled, false otherwise.NeedsFiltering(string)Checks if a message needs filtering.bool NeedsFiltering(string message)ParametersmessagestringThe message to check.ReturnsboolTrue if the message should be filtered, false otherwise.ReloadFilterConfiguration()Reloads the filter configuration from file.void ReloadFilterConfiguration()ToggleFilter()Toggles the console filter on/off.void ToggleFilter()WriteToServerConsole(string)Writes a message to the server console using the tier0 logging system.void WriteToServerConsole(string message)ParametersmessagestringThe message