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.

435 lines
23 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.48.0.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_Trace_System_String_">Logger.Trace(String)</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Trace_System_Exception_">Logger.Trace(Exception)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Debug_System_Exception_">Logger.Debug(Exception)</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Info_System_String_">Logger.Info(String)</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Info_System_Exception_">Logger.Info(Exception)</a>
  107. </div>
  108. <div>
  109. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Notice_System_String_">Logger.Notice(String)</a>
  110. </div>
  111. <div>
  112. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Notice_System_Exception_">Logger.Notice(Exception)</a>
  113. </div>
  114. <div>
  115. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Warn_System_String_">Logger.Warn(String)</a>
  116. </div>
  117. <div>
  118. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Warn_System_Exception_">Logger.Warn(Exception)</a>
  119. </div>
  120. <div>
  121. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Error_System_String_">Logger.Error(String)</a>
  122. </div>
  123. <div>
  124. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Error_System_Exception_">Logger.Error(Exception)</a>
  125. </div>
  126. <div>
  127. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Critical_System_String_">Logger.Critical(String)</a>
  128. </div>
  129. <div>
  130. <a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Critical_System_Exception_">Logger.Critical(Exception)</a>
  131. </div>
  132. <div>
  133. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  134. </div>
  135. <div>
  136. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  137. </div>
  138. <div>
  139. <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>
  140. </div>
  141. <div>
  142. <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>
  143. </div>
  144. <div>
  145. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  146. </div>
  147. <div>
  148. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  149. </div>
  150. <div>
  151. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  152. </div>
  153. </div>
  154. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Logging.html">IPA.Logging</a></h6>
  155. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  156. <h5 id="IPA_Logging_StandardLogger_syntax">Syntax</h5>
  157. <div class="codewrapper">
  158. <pre><code class="lang-csharp hljs">public class StandardLogger : Logger</code></pre>
  159. </div>
  160. <h5 id="IPA_Logging_StandardLogger_remarks"><strong>Remarks</strong></h5>
  161. <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,
  162. where all messaged are guaranteed to be logged in the order they appeared. It is up to the printers to format them.</p>
  163. <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.
  164. The modification of printers on a parent are reflected down the chain.</p>
  165. </div>
  166. <h3 id="properties">Properties
  167. </h3>
  168. <span class="small pull-right mobile-hide">
  169. <span class="divider">|</span>
  170. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  171. </span>
  172. <span class="small pull-right mobile-hide">
  173. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L89">View Source</a>
  174. </span>
  175. <a id="IPA_Logging_StandardLogger_ConsoleWriter_" data-uid="IPA.Logging.StandardLogger.ConsoleWriter*"></a>
  176. <h4 id="IPA_Logging_StandardLogger_ConsoleWriter" data-uid="IPA.Logging.StandardLogger.ConsoleWriter">ConsoleWriter</h4>
  177. <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>
  178. </div>
  179. <div class="markdown level1 conceptual"></div>
  180. <h5 class="decalaration">Declaration</h5>
  181. <div class="codewrapper">
  182. <pre><code class="lang-csharp hljs">public static TextWriter ConsoleWriter { get; }</code></pre>
  183. </div>
  184. <h5 class="propertyValue">Property Value</h5>
  185. <table class="table table-bordered table-striped table-condensed">
  186. <thead>
  187. <tr>
  188. <th>Type</th>
  189. <th>Description</th>
  190. </tr>
  191. </thead>
  192. <tbody>
  193. <tr>
  194. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.textwriter">TextWriter</a></td>
  195. <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>
  196. </td>
  197. </tr>
  198. </tbody>
  199. </table>
  200. <span class="small pull-right mobile-hide">
  201. <span class="divider">|</span>
  202. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  203. </span>
  204. <span class="small pull-right mobile-hide">
  205. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L107">View Source</a>
  206. </span>
  207. <a id="IPA_Logging_StandardLogger_PrintFilter_" data-uid="IPA.Logging.StandardLogger.PrintFilter*"></a>
  208. <h4 id="IPA_Logging_StandardLogger_PrintFilter" data-uid="IPA.Logging.StandardLogger.PrintFilter">PrintFilter</h4>
  209. <div class="markdown level1 summary"><p>All levels defined by this filter will be sent to loggers. All others will be ignored.</p>
  210. </div>
  211. <div class="markdown level1 conceptual"></div>
  212. <h5 class="decalaration">Declaration</h5>
  213. <div class="codewrapper">
  214. <pre><code class="lang-csharp hljs">public static Logger.LogLevel PrintFilter { get; }</code></pre>
  215. </div>
  216. <h5 class="propertyValue">Property Value</h5>
  217. <table class="table table-bordered table-striped table-condensed">
  218. <thead>
  219. <tr>
  220. <th>Type</th>
  221. <th>Description</th>
  222. </tr>
  223. </thead>
  224. <tbody>
  225. <tr>
  226. <td><a class="xref" href="IPA.Logging.Logger.LogLevel.html">Logger.LogLevel</a></td>
  227. <td><p>the global filter level</p>
  228. </td>
  229. </tr>
  230. </tbody>
  231. </table>
  232. <h3 id="methods">Methods
  233. </h3>
  234. <span class="small pull-right mobile-hide">
  235. <span class="divider">|</span>
  236. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  237. </span>
  238. <span class="small pull-right mobile-hide">
  239. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L181">View Source</a>
  240. </span>
  241. <a id="IPA_Logging_StandardLogger_AddPrinter_" data-uid="IPA.Logging.StandardLogger.AddPrinter*"></a>
  242. <h4 id="IPA_Logging_StandardLogger_AddPrinter_IPA_Logging_LogPrinter_" data-uid="IPA.Logging.StandardLogger.AddPrinter(IPA.Logging.LogPrinter)">AddPrinter(LogPrinter)</h4>
  243. <div class="markdown level1 summary"><p>Adds a log printer to the logger.</p>
  244. </div>
  245. <div class="markdown level1 conceptual"></div>
  246. <h5 class="decalaration">Declaration</h5>
  247. <div class="codewrapper">
  248. <pre><code class="lang-csharp hljs">public void AddPrinter(LogPrinter printer)</code></pre>
  249. </div>
  250. <h5 class="parameters">Parameters</h5>
  251. <table class="table table-bordered table-striped table-condensed">
  252. <thead>
  253. <tr>
  254. <th>Type</th>
  255. <th>Name</th>
  256. <th>Description</th>
  257. </tr>
  258. </thead>
  259. <tbody>
  260. <tr>
  261. <td><a class="xref" href="IPA.Logging.LogPrinter.html">LogPrinter</a></td>
  262. <td><span class="parametername">printer</span></td>
  263. <td><p>the printer to add</p>
  264. </td>
  265. </tr>
  266. </tbody>
  267. </table>
  268. <span class="small pull-right mobile-hide">
  269. <span class="divider">|</span>
  270. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  271. </span>
  272. <span class="small pull-right mobile-hide">
  273. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L214">View Source</a>
  274. </span>
  275. <a id="IPA_Logging_StandardLogger_Debug_" data-uid="IPA.Logging.StandardLogger.Debug*"></a>
  276. <h4 id="IPA_Logging_StandardLogger_Debug_System_String_" data-uid="IPA.Logging.StandardLogger.Debug(System.String)">Debug(String)</h4>
  277. <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>
  278. </div>
  279. <div class="markdown level1 conceptual"></div>
  280. <h5 class="decalaration">Declaration</h5>
  281. <div class="codewrapper">
  282. <pre><code class="lang-csharp hljs">public override void Debug(string message)</code></pre>
  283. </div>
  284. <h5 class="parameters">Parameters</h5>
  285. <table class="table table-bordered table-striped table-condensed">
  286. <thead>
  287. <tr>
  288. <th>Type</th>
  289. <th>Name</th>
  290. <th>Description</th>
  291. </tr>
  292. </thead>
  293. <tbody>
  294. <tr>
  295. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  296. <td><span class="parametername">message</span></td>
  297. <td><p>the message to log</p>
  298. </td>
  299. </tr>
  300. </tbody>
  301. </table>
  302. <h5 class="overrides">Overrides</h5>
  303. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Debug_System_String_">Logger.Debug(String)</a></div>
  304. <h5 id="IPA_Logging_StandardLogger_Debug_System_String__seealso">See Also</h5>
  305. <div class="seealso">
  306. <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>
  307. </div>
  308. <span class="small pull-right mobile-hide">
  309. <span class="divider">|</span>
  310. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  311. </span>
  312. <span class="small pull-right mobile-hide">
  313. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L191">View Source</a>
  314. </span>
  315. <a id="IPA_Logging_StandardLogger_Log_" data-uid="IPA.Logging.StandardLogger.Log*"></a>
  316. <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>
  317. <div class="markdown level1 summary"><p>Logs a specific message at a given level.</p>
  318. </div>
  319. <div class="markdown level1 conceptual"></div>
  320. <h5 class="decalaration">Declaration</h5>
  321. <div class="codewrapper">
  322. <pre><code class="lang-csharp hljs">public override void Log(Logger.Level level, string message)</code></pre>
  323. </div>
  324. <h5 class="parameters">Parameters</h5>
  325. <table class="table table-bordered table-striped table-condensed">
  326. <thead>
  327. <tr>
  328. <th>Type</th>
  329. <th>Name</th>
  330. <th>Description</th>
  331. </tr>
  332. </thead>
  333. <tbody>
  334. <tr>
  335. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  336. <td><span class="parametername">level</span></td>
  337. <td><p>the message level</p>
  338. </td>
  339. </tr>
  340. <tr>
  341. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  342. <td><span class="parametername">message</span></td>
  343. <td><p>the message to log</p>
  344. </td>
  345. </tr>
  346. </tbody>
  347. </table>
  348. <h5 class="overrides">Overrides</h5>
  349. <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>
  350. <h3 id="extensionmethods">Extension Methods</h3>
  351. <div>
  352. <a class="xref" href="IPA.Logging.LoggerExtensions.html#IPA_Logging_LoggerExtensions_GetChildLogger_IPA_Logging_Logger_System_String_">LoggerExtensions.GetChildLogger(Logger, String)</a>
  353. </div>
  354. <div>
  355. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  356. </div>
  357. <div>
  358. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__1___0_System_String_System_Object_">ReflectionUtil.SetField&lt;T&gt;(T, String, Object)</a>
  359. </div>
  360. <div>
  361. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__1_System_Object_System_String_">ReflectionUtil.GetField&lt;T&gt;(Object, String)</a>
  362. </div>
  363. <div>
  364. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;T, U&gt;(U, String)</a>
  365. </div>
  366. <div>
  367. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  368. </div>
  369. <div>
  370. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__1___0_System_String_System_Object_">ReflectionUtil.SetProperty&lt;T&gt;(T, String, Object)</a>
  371. </div>
  372. <div>
  373. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  374. </div>
  375. <div>
  376. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1___0_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(T, String, Object[])</a>
  377. </div>
  378. <div>
  379. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(Object, String, Object[])</a>
  380. </div>
  381. <div>
  382. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T, U&gt;(U, String, Object[])</a>
  383. </div>
  384. </article>
  385. </div>
  386. <div class="hidden-sm col-md-2" role="complementary">
  387. <div class="sideaffix">
  388. <div class="contribution">
  389. <ul class="nav">
  390. <li>
  391. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/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>
  392. </li>
  393. <li>
  394. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/b22da6961244326963e19ed7bfc40f19d74909a7/IPA.Loader/Logging/StandardLogger.cs/#L24" class="contribution-link">View Source</a>
  395. </li>
  396. </ul>
  397. </div>
  398. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  399. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  400. </nav>
  401. </div>
  402. </div>
  403. </div>
  404. </div>
  405. <footer>
  406. <div class="grad-bottom"></div>
  407. <div class="footer">
  408. <div class="container">
  409. <span class="pull-right">
  410. <a href="#top">Back to top</a>
  411. </span>
  412. <span>Generated by <strong>DocFX</strong></span>
  413. </div>
  414. </div>
  415. </footer>
  416. </div>
  417. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  418. <script type="text/javascript" src="../styles/docfx.js"></script>
  419. <script type="text/javascript" src="../styles/main.js"></script>
  420. </body>
  421. </html>