Table of Contents

Class LogStream

Namespace
Java.Rmi.Server
Assembly
MASES.JNet.dll
[Obsolete("Deprecated in JVM")]
public class LogStream : PrintStream, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
LogStream
Implements
Inherited Members
Extension Methods

Constructors

LogStream(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public LogStream(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BRIEF

public static int BRIEF { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

DefaultStream

[Obsolete("Deprecated in JVM")]
public static PrintStream DefaultStream { get; set; }

Property Value

PrintStream

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 java.lang.AutoCloseable

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

OutputStream

[Obsolete("Deprecated in JVM")]
public OutputStream OutputStream { get; set; }

Property Value

OutputStream

SILENT

public static int SILENT { get; set; }

Property Value

int

VERBOSE

public static int VERBOSE { get; set; }

Property Value

int

Methods

Log(String)

[Obsolete("Deprecated in JVM")]
public static LogStream Log(String arg0)

Parameters

arg0 String

String

Returns

LogStream

LogStream

ParseLevel(String)

[Obsolete("Deprecated in JVM")]
public static int ParseLevel(String arg0)

Parameters

arg0 String

String

Returns

int

int