Code Monkey home page Code Monkey logo

Comments (3)

spooning avatar spooning commented on May 10, 2024

Originally submitted to Google Code by DeonWu on 6 Aug 2008

add print statement like:

print "Trace <log message>"

the <log message> only display when the robot log level in "Trace". so the "Set
Collections Log Level'" isn't necessary.

from robotframework.

spooning avatar spooning commented on May 10, 2024

Originally submitted to Google Code by @pekkaklarck on 4 Sep 2008

Let's just create Log List and Log Dictionary keywords which can be used in case
list/dict contents needs to be known. These keywords should, of course, log elements
nicely, e.g. if we have ['foo','bar','zap'] and {'foo': 1, 'bar': 2, 'zap': 42} the
outputs should be

0: foo
1: bar
2: zap

and

bar: 2
foo: 1
zap: 42

These keywords should also take the decider log level as an optional argument.

Additionally logging what elements are removed, added, etc. with TRACE or DEBUG level
might be a good idea too. Probably not worth the effort, though, since these log
keywords are easier to implement and have more usages.

from robotframework.

spooning avatar spooning commented on May 10, 2024

Originally submitted to Google Code by @jrantanen on 8 Sep 2008

Added keywords log list and log dictionary. Implemented as suggested in previous
comment. Logged also length information. See r625 for implementation, r626 for tests
and r627 for updated documentation.

from robotframework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.