SAP ABAP Class CL_SYSLOG_WRITER (Write messages to the syslog file)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON-SLG (Application Component) SAP System Log
⤷
SYSLOG (Package) System log
⤷
⤷
Properties
| Class | CL_SYSLOG_WRITER | |
| Short Description | Write messages to the syslog file | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SYSLOG | System log |
| Created | 20121130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SYSLOG_WRITER has no forward declaration.
Interfaces
Class CL_SYSLOG_WRITER has no interface implemented.
Friends
Class CL_SYSLOG_WRITER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | I | 64 | 20121130 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RSLGNO | System log message Identifier | 20121203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | 20121203 | ||
| 2 | Static method | Public | Method | Write syslog entry - may contain params (placeholder &a ...) | 20121203 | |
| 3 | Static method | Public | Method | Write syslog entry with long parameter (placeholder &a&b&c) | 20121203 | |
| 4 | Static method | Public | Method | Write syslog entry with word parameters (placeholder &A ...) | 20121203 |
Events
Class CL_SYSLOG_WRITER has no event.
Types
Class CL_SYSLOG_WRITER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | RSLGNO | System log message Identifier | 20121206 |
Method CONSTRUCTOR on class CL_SYSLOG_WRITER has no exception.
Method WRITE_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | RSLGNO | System log message Identifier | 20121206 | |||
| 2 | IV_PARAM_A | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &a in the Message | 20121203 | |||
| 3 | IV_PARAM_B | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &b in the Message | 20121203 | |||
| 4 | IV_PARAM_C | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &c in the Message | 20121203 | |||
| 5 | IV_PARAM_D | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &d in the Message | 20121203 | |||
| 6 | IV_PARAM_E | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &e in the Message | 20121203 | |||
| 7 | IV_PARAM_F | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &f in the Message | 20121203 | |||
| 8 | IV_PARAM_G | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &g in the Message | 20121203 | |||
| 9 | IV_PARAM_H | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &h in the Message | 20121203 | |||
| 10 | IV_PARAM_I | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &i in the Message | 20121203 |
Method WRITE_ENTRY on class CL_SYSLOG_WRITER has no exception.
Method WRITE_ENTRY_WITH_LONG_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | RSLGNO | System log message Identifier | 20121206 | |||
| 2 | IV_PARAMETER_SEQUENCE | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Parameter, for &a&b&c&d in the Message | 20121203 |
Method WRITE_ENTRY_WITH_LONG_PARAM on class CL_SYSLOG_WRITER has no exception.
Method WRITE_ENTRY_WITH_WORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | RSLGNO | System log message Identifier | 20121206 | |||
| 2 | IV_WORD1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Word, for &A in the Message | 20121203 | |||
| 3 | IV_WORD2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Word, for &B in the Message | 20121203 | |||
| 4 | IV_WORD3 | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Word, for &C in the Message | 20121203 | |||
| 5 | IV_WORD4 | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Word, for &D in the Message | 20121203 | |||
| 6 | IV_WORD5 | Call by reference | Type reference (TYPE) | CSEQUENCE | Variable Word, for &E in the Message | 20121203 |
Method WRITE_ENTRY_WITH_WORDS on class CL_SYSLOG_WRITER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |