Class XULog4net
Configures log4net. See documentation at http://logging.apache.org/log4net/release/manual/configuration.html#syntax.
Namespace: Xareus.Unity
Assembly: Xareus.Unity.dll
Syntax
public class XULog4net : MonoBehaviour
Fields
keepStackTrace
Should the logger keep stack traces from Unity logs
Declaration
public bool keepStackTrace
Field Value
Type | Description |
---|---|
bool |
log4netXml
The log4net.xml file
Declaration
public TextAsset log4netXml
Field Value
Type | Description |
---|---|
TextAsset |
logConfigFile
The log4net configuration file to use. This field has a higher priority than the log4netXML one
Declaration
public string logConfigFile
Field Value
Type | Description |
---|---|
string |
unityLogInLog4Net
Log unity messages in the Log4net loggers
Declaration
public bool unityLogInLog4Net
Field Value
Type | Description |
---|---|
bool |