Table of Contents

Class Logger

Namespace
TAssetBundle
Assembly
TAssetBundle.dll
public static class Logger
Inheritance
Logger
Inherited Members

Fields

ErrorHandler

public static Action<string> ErrorHandler

Field Value

Action<string>

LogHandler

public static Action<string> LogHandler

Field Value

Action<string>

LogPrefix

public const string LogPrefix = "[TAssetBundle] "

Field Value

string

WarningHandler

public static Action<string> WarningHandler

Field Value

Action<string>

Methods

Error(string)

public static void Error(string message)

Parameters

message string

Log(string)

public static void Log(string message)

Parameters

message string

Warning(string)

public static void Warning(string message)

Parameters

message string