OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.Servers.HttpServer.HttpServerLogWriter Class Reference

Relays HttpServer log messages to our own logging mechanism. More...

Inheritance diagram for OpenSim.Framework.Servers.HttpServer.HttpServerLogWriter:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.Servers.HttpServer.HttpServerLogWriter:
Collaboration graph
[legend]

Public Member Functions

void Write (object source, LogPrio priority, string message)
 

Detailed Description

Relays HttpServer log messages to our own logging mechanism.

To use this you must uncomment the switch section

You may also be able to get additional trace information from HttpServer if you uncomment the UseTraceLogs property in StartHttp() for the HttpListener

Definition at line 2184 of file BaseHttpServer.cs.

Member Function Documentation

void OpenSim.Framework.Servers.HttpServer.HttpServerLogWriter.Write ( object  source,
LogPrio  priority,
string  message 
)
inline

Definition at line 2188 of file BaseHttpServer.cs.


The documentation for this class was generated from the following file: