Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: push\pushlog.h

WAP Push log macros

Support

Supported from 6.1


__LOG_ALWAYS

__LOG_ALWAYS(a)

Description

Logs a literal string specified in a, assuming iLog is an MWapPushLog object.

[Top]


__LOG_DEBUG

__LOG_DEBUG(a)

Description

Logs, in debug builds only, a literal string specified in a, assuming iLog is an MWapPushLog object.

[Top]


__LOG_MSG_DEBUG

__LOG_MSG_DEBUG(a)

Description

Logs, in debug builds only, a CPushMessage specified in a, assuming iLog is an MWapPushLog object.

[Top]


__LOG_PAR_ALWAYS

__LOG_PAR_ALWAYS(a)

Description

Logs a literal string specified in a, assuming aLog is a MWapPushLog object.

[Top]


__LOG_PAR_DEBUG

__LOG_PAR_DEBUG(a)

Description

Logs, in debug builds only, a literal string specified in a, assuming aLog is a MWapPushLog object.

[Top]


__LOG_PTR_ALWAYS

__LOG_PTR_ALWAYS(a)

Description

Logs a literal string specified in a, assuming iLog is a pointer to a MWapPushLog object.

[Top]


__LOG_PTR_DEBUG

__LOG_PTR_DEBUG(a)

Description

Logs, in debug builds only, a literal string specified in a, assuming iLog is a pointer to a MWapPushLog object.