mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
16 lines
489 B
C#
16 lines
489 B
C#
//using System.IO;
|
|
//using log4net.Config;
|
|
//using UnityEngine;
|
|
|
|
//public static class LoggingConfiguration
|
|
//{
|
|
// [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
|
|
// private static void ConfigureLogging()
|
|
// {
|
|
// XmlConfigurator.Configure(new FileInfo($"{Application.dataPath}/log4net.xml"));
|
|
// Debug.Log("xmlconfigurator called.");
|
|
|
|
|
|
// OpenMetaverse.Logger.Log("It is working!", OpenMetaverse.Helpers.LogLevel.Debug);
|
|
// }
|
|
//} |