Ice 3.6 Slice API Reference
Main Page
+
Modules
Modules List
+
Module Members
+
All
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Constants
+
Sequences
a
b
d
e
f
i
k
l
m
n
o
p
r
s
v
Dictionaries
Enumerations
+
Enumerator
a
c
d
e
h
i
l
n
o
p
r
t
w
+
Interfaces
Interface List
Interface Index
Interface Hierarchy
+
Classes
Class List
Class Index
Class Hierarchy
+
Structs
Struct List
Struct Index
+
Exceptions
Exception List
Exception Index
Exception Hierarchy
+
Files
File List
•
All
Classes
Interfaces
Structs
Exceptions
Modules
Files
Operations
Constants
Sequences
Dictionaries
Enumerations
Enumerator
Pages
Ice
Logger.ice
Go to the documentation of this file.
1
// **********************************************************************
2
//
3
// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4
//
5
// This copy of Ice is licensed to you under the terms described in the
6
// ICE_LICENSE file included in this distribution.
7
//
8
// **********************************************************************
9
10
#pragma once
11
12
[[
"cpp:header-ext:h"
,
"objc:header-dir:objc"
]]
13
14
[
"objc:prefix:ICE"
]
15
module
Ice
16
{
17
24
local
interface
Logger
25
{
32
void
print(
string
message);
33
43
void
trace(
string
category,
string
message);
44
54
void
warning(
string
message);
55
65
void
error(
string
message);
66
74
string
getPrefix();
75
83
Logger
cloneWithPrefix(
string
prefix);
84
};
85
86
};
87
Ice
The Ice core library.
Definition:
BuiltinSequences.ice:15
Ice::Logger
The Ice message logger.
Definition:
Logger.ice:24
Generated by
1.8.14