Oracle Java ME Embedded

Uses of Class
com.oracle.util.logging.LogRecord

Uses of LogRecord in com.oracle.util.logging
 

Methods in com.oracle.util.logging with parameters of type LogRecord
 java.lang.String SimpleFormatter.format(LogRecord record)
          Format the given LogRecord.
abstract  java.lang.String Formatter.format(LogRecord record)
          Format the given log record and return the formatted string.
 java.lang.String Formatter.formatMessage(LogRecord record)
          Localize and format the message string from a log record.
 boolean StreamHandler.isLoggable(LogRecord record)
          Check if this Handler would actually log a given LogRecord.
 boolean Handler.isLoggable(LogRecord record)
          Check if this Handler would actually log a given LogRecord.
 boolean Filter.isLoggable(LogRecord record)
          Check if a given log record should be published.
 void Logger.log(LogRecord record)
          Log a LogRecord.
 void StreamHandler.publish(LogRecord record)
          Format and publish a LogRecord.
abstract  void Handler.publish(LogRecord record)
          Publish a LogRecord.
 


Oracle Java ME Embedded

Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.