Interface IIpcLogger
Logger interface for IPC in CAM Open API
Assembly: CAMIPC.Logger.dll
Syntax
[Guid("B9357EA3-CD23-4F72-AC2F-45E7E965267D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IIpcLogger
Methods
debug(string)
Declaration
void debug(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
error(string)
Declaration
void error(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
head(string)
Declaration
void head(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
info(string)
Declaration
void info(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
log(LogItem)
Declaration
Parameters
| Type |
Name |
Description |
| LogItem |
Event |
|
verbose(string)
Declaration
void verbose(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
warning(string)
Declaration
void warning(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|