AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.LogInfo C# (CSharp) Method

LogInfo() protected abstract method

You must define console output method here (usually ILogManager.Info(object))
protected abstract LogInfo ( string value ) : void
value string Value you want to log
return void
        protected abstract void LogInfo(string value);