Click or drag to resize

aceApplicationBaselog Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message: if logger set with logger, if not directly to console

Namespace:  imbACE.Services.application
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public void log(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
The message.

Implements

IAceLogable.log(String)
ILogable.log(String)
See Also