Method | Description | |
---|---|---|
LogError ( string MessageBody ) : void | ||
LogInformation ( string MessageBody ) : void | ||
LogWarning ( string MessageBody ) : void |
Method | Description | |
---|---|---|
LogMessage ( string LogType, string MessageBody ) : void |
public static LogError ( string MessageBody ) : void | ||
MessageBody | string | |
return | void |
public static LogInformation ( string MessageBody ) : void | ||
MessageBody | string | |
return | void |
public static LogWarning ( string MessageBody ) : void | ||
MessageBody | string | |
return | void |