AdvancedLauncher.SDK.Management.Commands.AbstractExtendedCommand.LogInfo C# (CSharp) 메소드

LogInfo() 보호된 추상적인 메소드

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