Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-MarshalException
prevIce-LocatorRegistry
Section


Ice::Logger

Overview

local interface Logger

The Ice message logger. Applications can provide their own logger by implementing this interface and installing it in a communicator.

Used By

Operation Index

print — Print a message.
trace — Log a trace message.
warning — Log a warning message.
error — Log an error message.
cloneWithPrefix — Returns a clone of the logger with a new prefix.

Ztop

Operations

void
Anchor
print
print
print(string message)

Print a message. The message is printed literally, without any decorations such as executable name or time stamp.

void
Anchor
trace
trace
trace(string category, string message)

Log a trace message.

Parameters

category — The trace category.
message — The trace message to log.

void
Anchor
warning
warning
warning(string message)

Log a warning message.

Parameters

message — The warning message to log.

See Also

void
Anchor
error
error
error(string message)

Log an error message.

Parameters

message — The error message to log.

See Also

Ice::Logger
Anchor
cloneWithPrefix
cloneWithPrefix
cloneWithPrefix(string prefix)

Returns a clone of the logger with a new prefix.

Parameters

prefix — The new prefix for the logger.

Ztop

Znav
nextIce-MarshalException
prevIce-LocatorRegistry
Section