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 [2021/07/01 13:24] murphy |
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.b_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 38: | Line 38: | ||
| * 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.b_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. | ||