You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

414 lines
22 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class StandardLogger
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class StandardLogger
  11. ">
  12. <meta name="generator" content="docfx 2.43.3.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. <meta property="docfx:rel" content="../">
  21. <meta property="docfx:newtab" content="true">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../index.html">
  35. <img id="logo" class="svg" src="../logo.svg" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list"></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="IPA.Logging.StandardLogger">
  74. <h1 id="IPA_Logging_StandardLogger" data-uid="IPA.Logging.StandardLogger" class="text-break">Class StandardLogger
  75. </h1>
  76. <div class="markdown level0 summary"><p>The default (and standard) <a class="xref" href="IPA.Logging.Logger.html">Logger</a> implementation.</p>
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  82. <div class="level1"><a class="xref" href="IPA.Logging.Logger.html">Logger</a></div>
  83. <div class="level2"><span class="xref">StandardLogger</span></div>
  84. </div>
  85. <div class="inheritedMembers">
  86. <h5>Inherited Members</h5>
  87. <div>
  88. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_LogFormat">Logger.LogFormat</a>
  89. </div>
  90. <div>
  91. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Logger.Log(Logger.Level, Exception)</a>
  92. </div>
  93. <div>
  94. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Debug_System_Exception_">Logger.Debug(Exception)</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Info_System_String_">Logger.Info(String)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Info_System_Exception_">Logger.Info(Exception)</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Notice_System_String_">Logger.Notice(String)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Notice_System_Exception_">Logger.Notice(Exception)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Warn_System_String_">Logger.Warn(String)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Warn_System_Exception_">Logger.Warn(Exception)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Error_System_String_">Logger.Error(String)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Error_System_Exception_">Logger.Error(Exception)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Critical_System_String_">Logger.Critical(String)</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Critical_System_Exception_">Logger.Critical(Exception)</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
  137. </div>
  138. <div>
  139. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  140. </div>
  141. <div>
  142. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  143. </div>
  144. <div>
  145. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  146. </div>
  147. </div>
  148. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Logging.html">IPA.Logging</a></h6>
  149. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  150. <h5 id="IPA_Logging_StandardLogger_syntax">Syntax</h5>
  151. <div class="codewrapper">
  152. <pre><code class="lang-csharp hljs">public class StandardLogger : Logger</code></pre>
  153. </div>
  154. <h5 id="IPA_Logging_StandardLogger_remarks"><strong>Remarks</strong></h5>
  155. <div class="markdown level0 remarks"><p><a class="xref" href="IPA.Logging.StandardLogger.html">StandardLogger</a> uses a multi-threaded approach to logging. All actual I/O is done on another thread,
  156. where all messaged are guaranteed to be logged in the order they appeared. It is up to the printers to format them.</p>
  157. <p>This logger supports child loggers. Use <a class="xref" href="IPA.Logging.LoggerExtensions.html#IPA_Logging_LoggerExtensions_GetChildLogger_IPA_Logging_Logger_System_String_">GetChildLogger(Logger, String)</a> to safely get a child.
  158. The modification of printers on a parent are reflected down the chain.</p>
  159. </div>
  160. <h3 id="properties">Properties
  161. </h3>
  162. <span class="small pull-right mobile-hide">
  163. <span class="divider">|</span>
  164. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger_ConsoleWriter.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger.ConsoleWriter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  165. </span>
  166. <span class="small pull-right mobile-hide">
  167. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L84">View Source</a>
  168. </span>
  169. <a id="IPA_Logging_StandardLogger_ConsoleWriter_" data-uid="IPA.Logging.StandardLogger.ConsoleWriter*"></a>
  170. <h4 id="IPA_Logging_StandardLogger_ConsoleWriter" data-uid="IPA.Logging.StandardLogger.ConsoleWriter">ConsoleWriter</h4>
  171. <div class="markdown level1 summary"><p>The <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a> for writing directly to the console window, or stdout if no window open.</p>
  172. </div>
  173. <div class="markdown level1 conceptual"></div>
  174. <h5 class="decalaration">Declaration</h5>
  175. <div class="codewrapper">
  176. <pre><code class="lang-csharp hljs">public static TextWriter ConsoleWriter { get; }</code></pre>
  177. </div>
  178. <h5 class="propertyValue">Property Value</h5>
  179. <table class="table table-bordered table-striped table-condensed">
  180. <thead>
  181. <tr>
  182. <th>Type</th>
  183. <th>Description</th>
  184. </tr>
  185. </thead>
  186. <tbody>
  187. <tr>
  188. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></td>
  189. <td><p>a <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a> for the current primary text output</p>
  190. </td>
  191. </tr>
  192. </tbody>
  193. </table>
  194. <span class="small pull-right mobile-hide">
  195. <span class="divider">|</span>
  196. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger_PrintFilter.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger.PrintFilter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  197. </span>
  198. <span class="small pull-right mobile-hide">
  199. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L102">View Source</a>
  200. </span>
  201. <a id="IPA_Logging_StandardLogger_PrintFilter_" data-uid="IPA.Logging.StandardLogger.PrintFilter*"></a>
  202. <h4 id="IPA_Logging_StandardLogger_PrintFilter" data-uid="IPA.Logging.StandardLogger.PrintFilter">PrintFilter</h4>
  203. <div class="markdown level1 summary"><p>All levels defined by this filter will be sent to loggers. All others will be ignored.</p>
  204. </div>
  205. <div class="markdown level1 conceptual"></div>
  206. <h5 class="decalaration">Declaration</h5>
  207. <div class="codewrapper">
  208. <pre><code class="lang-csharp hljs">public static Logger.LogLevel PrintFilter { get; set; }</code></pre>
  209. </div>
  210. <h5 class="propertyValue">Property Value</h5>
  211. <table class="table table-bordered table-striped table-condensed">
  212. <thead>
  213. <tr>
  214. <th>Type</th>
  215. <th>Description</th>
  216. </tr>
  217. </thead>
  218. <tbody>
  219. <tr>
  220. <td><a class="xref" href="IPA.Logging.Logger.LogLevel.html">Logger.LogLevel</a></td>
  221. <td><p>the global filter level</p>
  222. </td>
  223. </tr>
  224. </tbody>
  225. </table>
  226. <h3 id="methods">Methods
  227. </h3>
  228. <span class="small pull-right mobile-hide">
  229. <span class="divider">|</span>
  230. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger_AddPrinter_IPA_Logging_LogPrinter_.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger.AddPrinter(IPA.Logging.LogPrinter)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  231. </span>
  232. <span class="small pull-right mobile-hide">
  233. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L176">View Source</a>
  234. </span>
  235. <a id="IPA_Logging_StandardLogger_AddPrinter_" data-uid="IPA.Logging.StandardLogger.AddPrinter*"></a>
  236. <h4 id="IPA_Logging_StandardLogger_AddPrinter_IPA_Logging_LogPrinter_" data-uid="IPA.Logging.StandardLogger.AddPrinter(IPA.Logging.LogPrinter)">AddPrinter(LogPrinter)</h4>
  237. <div class="markdown level1 summary"><p>Adds a log printer to the logger.</p>
  238. </div>
  239. <div class="markdown level1 conceptual"></div>
  240. <h5 class="decalaration">Declaration</h5>
  241. <div class="codewrapper">
  242. <pre><code class="lang-csharp hljs">public void AddPrinter(LogPrinter printer)</code></pre>
  243. </div>
  244. <h5 class="parameters">Parameters</h5>
  245. <table class="table table-bordered table-striped table-condensed">
  246. <thead>
  247. <tr>
  248. <th>Type</th>
  249. <th>Name</th>
  250. <th>Description</th>
  251. </tr>
  252. </thead>
  253. <tbody>
  254. <tr>
  255. <td><a class="xref" href="IPA.Logging.LogPrinter.html">LogPrinter</a></td>
  256. <td><span class="parametername">printer</span></td>
  257. <td><p>the printer to add</p>
  258. </td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <span class="small pull-right mobile-hide">
  263. <span class="divider">|</span>
  264. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger_Debug_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger.Debug(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  265. </span>
  266. <span class="small pull-right mobile-hide">
  267. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L207">View Source</a>
  268. </span>
  269. <a id="IPA_Logging_StandardLogger_Debug_" data-uid="IPA.Logging.StandardLogger.Debug*"></a>
  270. <h4 id="IPA_Logging_StandardLogger_Debug_System_String_" data-uid="IPA.Logging.StandardLogger.Debug(System.String)">Debug(String)</h4>
  271. <div class="markdown level1 summary"><p>An override to <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Debug_System_String_">Debug(String)</a> which shows the method that called it.</p>
  272. </div>
  273. <div class="markdown level1 conceptual"></div>
  274. <h5 class="decalaration">Declaration</h5>
  275. <div class="codewrapper">
  276. <pre><code class="lang-csharp hljs">public override void Debug(string message)</code></pre>
  277. </div>
  278. <h5 class="parameters">Parameters</h5>
  279. <table class="table table-bordered table-striped table-condensed">
  280. <thead>
  281. <tr>
  282. <th>Type</th>
  283. <th>Name</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  290. <td><span class="parametername">message</span></td>
  291. <td><p>the message to log</p>
  292. </td>
  293. </tr>
  294. </tbody>
  295. </table>
  296. <h5 class="overrides">Overrides</h5>
  297. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Debug_System_String_">Logger.Debug(String)</a></div>
  298. <h5 id="IPA_Logging_StandardLogger_Debug_System_String__seealso">See Also</h5>
  299. <div class="seealso">
  300. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log</a>(<a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a>, <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>)</div>
  301. </div>
  302. <span class="small pull-right mobile-hide">
  303. <span class="divider">|</span>
  304. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger_Log_IPA_Logging_Logger_Level_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger.Log(IPA.Logging.Logger.Level%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  305. </span>
  306. <span class="small pull-right mobile-hide">
  307. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L186">View Source</a>
  308. </span>
  309. <a id="IPA_Logging_StandardLogger_Log_" data-uid="IPA.Logging.StandardLogger.Log*"></a>
  310. <h4 id="IPA_Logging_StandardLogger_Log_IPA_Logging_Logger_Level_System_String_" data-uid="IPA.Logging.StandardLogger.Log(IPA.Logging.Logger.Level,System.String)">Log(Logger.Level, String)</h4>
  311. <div class="markdown level1 summary"><p>Logs a specific message at a given level.</p>
  312. </div>
  313. <div class="markdown level1 conceptual"></div>
  314. <h5 class="decalaration">Declaration</h5>
  315. <div class="codewrapper">
  316. <pre><code class="lang-csharp hljs">public override void Log(Logger.Level level, string message)</code></pre>
  317. </div>
  318. <h5 class="parameters">Parameters</h5>
  319. <table class="table table-bordered table-striped table-condensed">
  320. <thead>
  321. <tr>
  322. <th>Type</th>
  323. <th>Name</th>
  324. <th>Description</th>
  325. </tr>
  326. </thead>
  327. <tbody>
  328. <tr>
  329. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  330. <td><span class="parametername">level</span></td>
  331. <td><p>the message level</p>
  332. </td>
  333. </tr>
  334. <tr>
  335. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  336. <td><span class="parametername">message</span></td>
  337. <td><p>the message to log</p>
  338. </td>
  339. </tr>
  340. </tbody>
  341. </table>
  342. <h5 class="overrides">Overrides</h5>
  343. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Logger.Log(Logger.Level, String)</a></div>
  344. <h3 id="extensionmethods">Extension Methods</h3>
  345. <div>
  346. <a class="xref" href="IPA.Logging.LoggerExtensions.html#IPA_Logging_LoggerExtensions_GetChildLogger_IPA_Logging_Logger_System_String_">LoggerExtensions.GetChildLogger(Logger, String)</a>
  347. </div>
  348. <div>
  349. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
  350. </div>
  351. <div>
  352. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetPrivateField__1_System_Object_System_String_">ReflectionUtil.GetPrivateField&lt;T&gt;(Object, String)</a>
  353. </div>
  354. <div>
  355. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
  356. </div>
  357. <div>
  358. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
  359. </div>
  360. <div>
  361. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod&lt;T&gt;(Object, String, Object[])</a>
  362. </div>
  363. </article>
  364. </div>
  365. <div class="hidden-sm col-md-2" role="complementary">
  366. <div class="sideaffix">
  367. <div class="contribution">
  368. <ul class="nav">
  369. <li>
  370. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_StandardLogger.md&amp;value=---%0Auid%3A%20IPA.Logging.StandardLogger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  371. </li>
  372. <li>
  373. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b7fac8944daba8c332dfe532fa853766168f6892/IPA.Loader/Logging/StandardLogger.cs/#L24" class="contribution-link">View Source</a>
  374. </li>
  375. </ul>
  376. </div>
  377. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  378. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  379. </nav>
  380. </div>
  381. </div>
  382. </div>
  383. </div>
  384. <footer>
  385. <div class="grad-bottom"></div>
  386. <div class="footer">
  387. <div class="container">
  388. <span class="pull-right">
  389. <a href="#top">Back to top</a>
  390. </span>
  391. <span>Generated by <strong>DocFX</strong></span>
  392. </div>
  393. </div>
  394. </footer>
  395. </div>
  396. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  397. <script type="text/javascript" src="../styles/docfx.js"></script>
  398. <script type="text/javascript" src="../styles/main.js"></script>
  399. </body>
  400. </html>