This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:apache:log4net [2020/11/13 02:20] nick ↷ Page moved from dido:public:ra:xapend:xapend.stds:defact:apache:log4net to dido:public:ra:xapend:xapend.b_stds:defact:apache:log4net |
dido:public:ra:xapend:xapend.b_stds:defact:apache:log4net [2021/11/08 17:02] (current) nick ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Apache: log4net ===== | ===== Apache: log4net ===== | ||
| - | [[dido:public:ra:xapend:xapend.stds:defact:apache| return to the Apache Foundation ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:apache:start| return to the Apache Foundation ]] |
| : **Note**: The following is an excerpt from the official Apache Log4net site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. | : **Note**: The following is an excerpt from the official Apache Log4net site. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. | ||
| Line 35: | Line 35: | ||
| * Writes logging events to a file in the file system. | * Writes logging events to a file in the file system. | ||
| * Forwards logging events to child appenders. | * Forwards logging events to child appenders. | ||
| - | * Writes logging events to the local [[dido:public:ra:xapend:xapend.stds:tech:ietf:syslog| SYSLOG service]] (**[[dido:public:ra:xapend.glossary:u:unix]] only**). | + | * Writes logging events to the local [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:syslog| SYSLOG service]] (**[[dido:public:ra:xapend:xapend.a_glossary:u:unix]] only**). |
| * Stores logging events in an in memory buffer. | * Stores logging events in an in memory buffer. | ||
| * Writes logging events to the Windows Messenger service. These messages are displayed in a dialog on a users terminal. | * Writes logging events to the Windows Messenger service. These messages are displayed in a dialog on a users terminal. | ||
| - | * Writes logging events to the debugger. If the application has no debugger, the system debugger displays the string. If the application has no debugger and the system debugger is not active, the message is ignored. | + | * Writes logging events to the debugger. If the [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] has no debugger, the system debugger displays the string. If the application has no debugger and the system debugger is not active, the message is ignored. |
| - | * Writes logging events to a remote [[dido:public:ra:xapend:xapend.stds:tech:ietf:syslog| SYSLOG service]] service **using UDP networking**. | + | * Writes logging events to a remote [[dido:public:ra:xapend:xapend.b_stds:tech:ietf:syslog| SYSLOG service]] service **using UDP networking**. |
| * Writes logging events to a remoting sink using .NET remoting. | * Writes logging events to a remoting sink using .NET remoting. | ||
| * Writes logging events to a file in the file system. The RollingFileAppender can be configured to log to multiple files based upon date or file size constraints. | * Writes logging events to a file in the file system. The RollingFileAppender can be configured to log to multiple files based upon date or file size constraints. | ||
| Line 47: | Line 47: | ||
| * Writes logging events to the .NET trace system. | * Writes logging events to the .NET trace system. | ||
| * Sends logging events as connectionless UDP datagrams to a remote host or a multicast group using a UdpClient. | * Sends logging events as connectionless UDP datagrams to a remote host or a multicast group using a UdpClient. | ||
| + | |||
| + | /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
| + | /* To add a discussion page to this page, comment out the line that says | ||
| + | ~~DISCUSSION:off~~ | ||
| + | */ | ||
| + | ~~DISCUSSION:on|Outstanding Issues~~ | ||
| + | ~~DISCUSSION:off~~ | ||