Class Slf4jLogger
public class Slf4jLogger : JVMBridgeBase<Slf4jLogger>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Slf4jLogger
- Implements
- Inherited Members
-
JVMBridgeBase<Slf4jLogger>.SExecuteWithSignatureArray<T>(IJavaType, string, string, params object[])
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
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Name
public String Name { get; }
Property Value
Threshold
https://www.javadoc.io/doc/org.apache.maven/maven-embedder/3.9.11/org/apache/maven/cli/logging/Slf4jLogger.html#getThreshold() https://www.javadoc.io/doc/org.apache.maven/maven-embedder/3.9.11/org/apache/maven/cli/logging/Slf4jLogger.html#setThreshold(int)
public int Threshold { get; set; }
Property Value
Methods
Debug(String)
public void Debug(String arg0)
Parameters
Debug(String, JVMBridgeException)
public void Debug(String arg0, JVMBridgeException arg1)
Parameters
arg0
Stringarg1
JVMBridgeException
Error(String)
public void Error(String arg0)
Parameters
Error(String, JVMBridgeException)
public void Error(String arg0, JVMBridgeException arg1)
Parameters
arg0
Stringarg1
JVMBridgeException
FatalError(String)
public void FatalError(String arg0)
Parameters
FatalError(String, JVMBridgeException)
public void FatalError(String arg0, JVMBridgeException arg1)
Parameters
arg0
Stringarg1
JVMBridgeException
Info(String)
public void Info(String arg0)
Parameters
Info(String, JVMBridgeException)
public void Info(String arg0, JVMBridgeException arg1)
Parameters
arg0
Stringarg1
JVMBridgeException
IsDebugEnabled()
public bool IsDebugEnabled()
Returns
IsErrorEnabled()
public bool IsErrorEnabled()
Returns
IsFatalErrorEnabled()
public bool IsFatalErrorEnabled()
Returns
IsInfoEnabled()
public bool IsInfoEnabled()
Returns
IsWarnEnabled()
public bool IsWarnEnabled()
Returns
Warn(String)
public void Warn(String arg0)
Parameters
Warn(String, JVMBridgeException)
public void Warn(String arg0, JVMBridgeException arg1)
Parameters
arg0
Stringarg1
JVMBridgeException