Class MyDefaultLogInject
Inheritance
System.Object
MyDefaultLogInject
Assembly: VRage.Library.dll
Syntax
public static class MyDefaultLogInject : Object
Methods
Init(Action<String>)
Declaration
public static void Init(Action<string> defaultLogWriteLine)
Parameters
| Type |
Name |
Description |
| System.Action<System.String> |
defaultLogWriteLine |
|
WriteLine(Exception)
Declaration
public static void WriteLine(Exception exception)
Parameters
| Type |
Name |
Description |
| System.Exception |
exception |
|
WriteLine(String)
Declaration
public static void WriteLine(string msg)
Parameters
| Type |
Name |
Description |
| System.String |
msg |
|