com.onlineobject.objectnet Namespace

EmbeddedLogger..::..LogMethod Delegate

Encapsulates a method used to log messages.

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

Syntax


public delegate void LogMethod(

	string log

)

Parameters

log
Type: String
The message to log.