Table of Contents

Class Slf4jLogger

Namespace
Org.Apache.Maven.Cli.Logging
Assembly
MASES.Naven.dll
public class Slf4jLogger : JVMBridgeBase<Slf4jLogger>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Slf4jLogger
Implements
Inherited Members

Constructors

Slf4jLogger()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public Slf4jLogger()

Slf4jLogger(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public Slf4jLogger(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Name

public String Name { get; }

Property Value

String

Threshold

public int Threshold { get; set; }

Property Value

int

Methods

Debug(String)

public void Debug(String arg0)

Parameters

arg0 String

String

Debug(String, JVMBridgeException)

public void Debug(String arg0, JVMBridgeException arg1)

Parameters

arg0 String

String

arg1 JVMBridgeException

Throwable

Error(String)

public void Error(String arg0)

Parameters

arg0 String

String

Error(String, JVMBridgeException)

public void Error(String arg0, JVMBridgeException arg1)

Parameters

arg0 String

String

arg1 JVMBridgeException

Throwable

FatalError(String)

public void FatalError(String arg0)

Parameters

arg0 String

String

FatalError(String, JVMBridgeException)

public void FatalError(String arg0, JVMBridgeException arg1)

Parameters

arg0 String

String

arg1 JVMBridgeException

Throwable

Info(String)

public void Info(String arg0)

Parameters

arg0 String

String

Info(String, JVMBridgeException)

public void Info(String arg0, JVMBridgeException arg1)

Parameters

arg0 String

String

arg1 JVMBridgeException

Throwable

IsDebugEnabled()

public bool IsDebugEnabled()

Returns

bool

bool

IsErrorEnabled()

public bool IsErrorEnabled()

Returns

bool

bool

IsFatalErrorEnabled()

public bool IsFatalErrorEnabled()

Returns

bool

bool

IsInfoEnabled()

public bool IsInfoEnabled()

Returns

bool

bool

IsWarnEnabled()

public bool IsWarnEnabled()

Returns

bool

bool

Warn(String)

public void Warn(String arg0)

Parameters

arg0 String

String

Warn(String, JVMBridgeException)

public void Warn(String arg0, JVMBridgeException arg1)

Parameters

arg0 String

String

arg1 JVMBridgeException

Throwable