C# Class CloudInit.CIService

Bootstaping service for CloudInit
Mostra file Open project: bwight/CloudInit.NET Class Usage Examples

Protected Properties

Property Type Description
LogFile String

Public Methods

Method Description
Main ( Object state ) : void

Executes the main code for this service

Protected Methods

Method Description
WriteOutput ( String output ) : void

Writes the output to the log file

Method Details

Main() public static method

Executes the main code for this service
public static Main ( Object state ) : void
state Object The service object
return void

WriteOutput() protected static method

Writes the output to the log file
protected static WriteOutput ( String output ) : void
output String The output.
return void

Property Details

LogFile protected_oe static_oe property

Log file for startup output
protected static String LogFile
return String