Show / Hide Table of Contents

Class MyDefaultLogInject

Inheritance
System.Object
MyDefaultLogInject
Namespace: VRage.Library.Utils
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾