com.onlineobject.objectnet Namespace

EmbeddedLogger..::..Log Method (LogType, String, String)

Logs a message.

Namespace:  com.onlineobject.objectnet.server.Utils
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public static void Log(

	LogType logType,

	string logName,

	string message

)

Parameters

logType
Type: com.onlineobject.objectnet.server.Utils..::..LogType
The type of log message that is being logged.
logName
Type: String
Who is logging this message.
message
Type: String
The message to log.