Beamable SDK
|
Public Member Functions | |
FollowLogCommand (MicroserviceDescriptor descriptor) | |
override string | GetCommandString () |
Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
void | Start () |
void | Join () |
void | Kill () |
Protected Member Functions | |
override void | HandleStandardOut (string data) |
Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
virtual void | HandleOnExit () |
virtual void | HandleStandardErr (string data) |
void | LogInfo (string data) |
void | LogError (string data) |
virtual void | ModifyStartInfo (ProcessStartInfo processStartInfo) |
Properties | |
string | ContainerName [get] |
Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
bool | WriteLogToUnity = true [get, set] |
bool | WriteCommandToUnity [get, set] |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
Action< int > | OnExit |
string | UnityLogLabel = "Docker" |
Static Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand | |
const string | DOCKER_LOCATION = "docker" |